High CPU load with asynchronous message handlers Hello all! We have a queue system where we partially use event-style message processing via the ClientConsumer.setMessageHandler() method. Forgot to mention that we are using the core-API. During testing I fo... Timed out waiting to receive initial broadcast from cluster Hi, I have a HornetQ server running within a Wildfly 9 instance. Its configuration is: <hornetq-server name="live"> <persistence-enabled>true</persistence-enabled>... Unable to send frame StompFrame Hi, I'm using HornetQ with this configuration in hornetq-configuration.xml <acceptor name="stomp-acceptor"> <factory-class>org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory</fac... Consume messages not matching other consumer's selectors We're considering an architecture that involves a single outgoing work queue with all messages put on the queue containing a property specifying a "worker name". If a worker doesn't exist to satisfy the order (i... Unable to suscribe to JMS using stomp-jms.topic.testTopic creating subscription with filter null: java.lang.Exception: trace Hi, I am trying to connect JBOSS hornet Q using below c# code.Although I am able to write on queues using c# but unable subscribe queues. Uri connecturi = new Uri("stomp:tcp://localhost:61613"); ... Is it possible to consume mapmessage created in java and getting consumed in c# using apache.nms over Jboss hornet Q Hello Tabish, Please let me know if it is possible to consume mapmessage created in java and getting consumed in c# using apache.nms over Jboss hornet Q.I am able to get the text messages from JBOSS Hor... Unable to get HornetQ mapmessage using apache.nms in c#(able to get text messages correctly) Hello Folks, I am trying to connect to hornetq and get use apache.nms to retrieve all the messages.With help of Yong Hao Gao from jboss team am able to get the text messages working but stil unable to get map... Using the HornetQ standalone server I downloaded the 2.5.0 source, and built it by cd'ing to the hornetq-master directory and running mvn clean install (I've also tried mvn clean package). The build reported a success. According to the 2.4.0 ma... Client connections to clusters with message grouping Hi I have a question about the consumption of grouped messages from a cluster. We have a cluster of HornetQ nodes and we require the consumer to connect to the cluster and retrieve all messages that matc... No communication after SSL handshake - HTTPS over JMS I've been trying to setup my JMS connection to use HTTPS running on Wildfly 8.2. My server configuration and client application are identical to the instructions specified in the recent post https://developer.jboss.or... Wildfly: HornetQ Clustering, nodes doesnt recieve messages (or nodes are idle) We are using messaging:2.0 (HornetQ) for our project and see an issue related to HornetQ clustering, Env: 2 nodes env and each node is in different Machines. i.e. Node-A in Machine-A and another node called N... Unable to get listener - HornetQ with .net Hi all, We are doing some POC for Connecting HornetQ with .net platform, and we are able to send messages to the Queue. But currently we are not receiving the message back from queue. Can any one help us with s... HornetQ deprecated from Wildfly 10 - why? Evening all, I learned to my amazement this morning that HornetQ is to be deprecated from Wildfly 10, in favour of ActiveMQ. It is confirmed in this Task on the Wildfly JIRA board: https://issues.jboss.o... Will a subscription acknowledge back after it consumes a message? If so, will the message disappear only when all the subscriptions acknowledge back? In hornetQ topic, Will a subscription acknowledge back after it consumes a message? If so, will the message disappear only after all the subscriptions acknowledge back? I didn't find the answers in t... Can hornetq support using glusterfs as shared store on linux? Issues Is GlusterFS supported as a shared file store for HornetQ? Is HornetQ supported with GlusterFS? Environment OS: RHEL 6.6 HornetQ: 2.2.5 Share store: glusterfs Is there a way to configure a topic to use a specific queue? Hi, I am so new to hornetQ. Forgive me if the question sounds like so stupid. 1. Whether a topic is using a queue behind the scenes? 2. Do different topics use different queues by default? 3. Is ther... Send message to specific durable subscriber I've got a topic with 8 durable subscriptions. Is it possible to send a message to just one specific subscriber? Does JMS HornetQ Server close a blocking REST API call after 20 secs when there's no message to write on a topic ? We have a JBOSS AS 7 server + hornetQ as our server. We do have an application running in that environment. Our client is a .NET client. The client will create a http request (msg consume next) periodically. ... HornetQ clustering, all nodes process message Hi, I am using Wildfly and the embedded HornetQ. My plan is to cluster the HornetQ servers and I was wondering if the following is possible, and if not, is there an alternative solution? Say i have two... HQ224037: cluster connection Failed to handle message We are seeing the below error in HornetQ Cluster configurations. 2015-06-25 07:11:45,425 ERROR (Thread-0 (HornetQ-client-global-threads-1606034117)) [org.hornetq.core.server] HQ224037: cluster connection Faile...