Wildfly 8.2.1, interface IP not propagated to acceptor <acceptor name="netty" socket-binding="messaging"> ... Hornetq standalone, two nodes cluster - when brutally killing a node, clients receive only half of subsequent messages Is this expected behavior? Using hornetq 2.2.5 Setting up a two nodes hornetq cluster with no failover (no live/backup pairs). Cluster is setup using static discovery. One producer constantly sending messages on a ... Does HornetQ Server in JBOSS 7.1.1.Final Clustering works (2 nodes) [not Solved] Hi, Sorry for my misknowledge of the terms, I'm not J2EE expert nor Jboss one. I'm working on a 2 node, 2 boxes Jboss cluster using HornetQ server for JMS. ... messagingjournal and messagingbindings location on jboss-7.1.2-final Hi, Please let me know the default location of messagingjournal and messagingbindings directories in case of jboss-7.1.2-final. I already checked data directory but bindings information is not present. ... Wrong routing result Hello First off all i have to say we run some of the HornetQ clients in an OSGi environment. The HornetQ server is a common JBoss AS 8.1.Final. Now in the scenario we restart a client then when he comes up ag... Lost HornetQ messages We have a big issue with HornetQ under Wildfly 8.2.0.FINAL JMS messages sometimes lost without any errors or notifications. We have a cluster with 21 wildfly nodes. Every node has only one deployed app. Most of applic... Multiple bounding/unbounding on creating JMS Queue Hi, I inject my @ApplicationScoped JMSHelper and create a JMS Queue. The JMSHelper acquires the JMSServerControl via the MBeanServerInvocationHandler. When I create a queue I get multiple logs stating that the ... Is message grouping supported within a symmetric cluster Hi, I am running Wildfly 9.0.0.Final (with HornetQ 2.4.7.Final) using a symmetrical cluster configuration using two Wildfly instances, each running two HornetQ servers (one live, and one being the backup for t... Hornetq core bridge - Configure connection pooling/max pool size Hi, Is there an option to configure connection pools for a Hornetq core bridge? The bridge uses netty connector to move messages from QueueA to a remote QueueB. Or if connection pools can be c... Possible Memory leak running clustered hornetQ with message redistribution Hi While running HornetQ in a cluster with a message redistribution delay greater than zero we noticed a memory leak which caused the memory to be exhausted after a couple of weeks. Using heapdumps I f... Unable to establishJMS Queue connection from remote server Hi All, I am new to JBoss and I am having problem connecting to JMS Queue from java application remotely.I have created connection factory and Queue on JBoss and tested it by accessing from local server. The s... JBoss HornetQ setup and Spring I am changing my exisiting Spring JMS configuration to use HornetQ in Jboss so that I can execute Arquillian tests. My HornetQ configuration is this. <?xml version="1.0" encoding="UTF-8"?> <m... How to obtain JMSServerControl object I'm using an out of the box Wildfly 9 application server started with the standalone-full configuration. I want to create persistent topics at runtime, so the internet told me I need an instance of JMSServerControl. B... Getting out of memory exception while starting Messaging server in cluster Version - Wildfly 8.2.0 final Hi, I am using wildfly as JMS messaging cluster. Whenever I start messaging server, I am getting following exception: 2015-07-27 23:41:38,603 ERROR [stderr] (horne... Inconsistant results from QueueBrowser.getEnumeration() I am porting a project from JBossMQ to HornetQ and have come across a stumbling block. One of the requirements is to be able to display all currently queued messages, both scheduled and in progress. I can ... HornetQ cluster questions Hallo, dear HornetQ authors I’m trying to do some tests with HornetQ cluster and it seems like there is a problem with my cluster installation. I’ve done almost default settings but it behaves like... Latest stable HornetQ version Hallo Please tell where can I find a latest HornetQ build. HornetQ - Downloads - JBoss Community contains 2.4.0.Final of 2013. As far as I have found in a github the last one is 2.4.7.Final.... Jms consumers concurrency Hi, I have two queues (queueA, queueB) and many instances of consumerA and consumerB listening on queueA and queueB respectively. All consumers share the same jms session. Suppose consumerA takes a long time for con... HornetQ reprocessing messages I'm still using JBoss 6.1, which apparently includes HornetQ 2.2.5.Final. I'm having a problem where JMS messages are being reprocessed. For example, this morning I had one message reprocess ten times, eac...