HornetQ HornetQ has been donated to the Apache ActiveMQ community! Legacy content: Welcome to the HornetQ wiki Here are some quick links to HornetQ resources Project web site ... How to monitor Hornet Q_Queue size I'm facing the issue is, we have configured Queue size 10 MB .when ever it reaches 10 MB automatically its crashing. can any one suggest to avoid the issue is their any possibility to monitor each Queue size usage ? &... Issue with hornetq-server cluster-connections We have two node cluster setup. When JBoss is stopped in the node-2, the cluster connections from the node1 which points to the node2 are getting closed properly due to timeout. Then later, the JBoss is ... hornetq and external services Does hornetq require any external services (like zookeeper) to provide HA / clustering. I'm looking for a message broker without any dependency on external services and one which can provide reliable message delivery,... About Default Message Listener Container We created spring boot JMS application which listen MQ and process received message.when Message processing we have third party API call which does not support the asynchronous call API call. We made third party API c... Max-size-bytes vs total actual messages size I'm trying to understand how the max-size-bytes correlates to the actual size of the messages I have loaded on the queue. For example, I have about 8mb of messages that I load onto the queue with my max-size-bytes set... HornetQ Live/backup issue hornetq live-backup cluster is created as per jboss eap 6 clustering guide. Jboss eap 6.4 patch 16. We have Live, backup1,backup2 server. ( to avoid split-brain situation) 1) Live, backup1,backup2, all runnin... JMS hornetQ client connection timeout / connectivity issues detection Hello, Can someone please point me the right direction in how to set the connection timeout for a JMS client listening to VSD events ? I am using JMS with HornetQ to establish a durable subscription to a... HornetQ : How to read DLQ details I would like to read the number of messages sent to the DLQ in hornetq. Using CLI commands, the jms.queue.DLQ does not appear after : /subsystem=messaging/hornetq-server=default/jms-queue= Even if it's configured as... HornetQ Release Notes? Hey everyone, I'm looking for release notes for version 2.4.2 of HornetQ, but every where I've searched leads me to: HornetQ - Downloads - JBoss Community which only has documentation up to 2.4.0 ... hawtio, artemis and WildFly - plugin for monitoring messaging configuration (?) problem I have ActiveMQ Artemis embedded to WildFly10 (as it comes) and want to monitor it via Hawt.io. What I did: ActiveMQ Artemis is configured and running I dropped hawtio.war to deployment directory. I dropped builded... Managing file connections via HornetQ's resource adapter I'm trying to find the right way of using HornetQ's resource adapter: I have to download files from given URL and wanna use the above mentioned resource adapter for manage file connections. How should I do this? I ... HornetQ connectivity issue Hi , I am getting the below error when we are trying to connect HornetQ server from Client application. Please let us know if any one has any idea on this? Uncategorized exception occured during JMS pr... How I use the the org.jboss.dmr.ModelNode to add the filter of operation "list-messages-as-json" I want to add the JMSTimestamp filter to retrieve the messages of queue, the code I wrote like as final ModelNode listQueueOperation = createModelNode(); listQueueOperation.get(ClientConstants.OP).set("list-messages... how did I get the messages (limit to top100) of queue When I using the hornetq API to list-messages of queue, it will list all messages, but how could I limit to top 100 messages, using filter?Could anyone give an example about it? [JbossAS 6.1.0.Final "Neo"] HornetQ stop working Hello, I use JbossAS 6.1.0 Fianl "Neo" with HornetQ 2.2.5. 2017-08-14 02:02:21,699 INFO [org.hornetq.ra.inflow.HornetQActivation] (pool-1-thread-2) Attempting to reconnect org.hornetq.ra.inflow.Ho... Jboss6 MDB pools and WorkManager thread count are not in sync We have Jboss6 application server 23 different MDBs listening 23 different queues are deployed and All MDBs have minSession=1 and maxSession=1. StrictMaxPool in is set to 15. Queues are created in HornetQ Serve... Error while running junit for camel application connecting to hornetQ Hello, Iam trying to write junit test for a camel application which connects to hornet Q.The application is working fine in container. In the actual application iam using embeded hornetQ which comes with fuse... Hornetq JMS crashes with error [org.hornetq.jms.server] (Periodic Recovery) HQ122016: Error in XA Recovery: javax.transaction.xa.XAException We have a cluster setup and randomly one of our node stop responding due to Hornetq JMS crashe with error "[org.hornetq.jms.server] (Periodic Recovery) HQ122016: Error in XA Recovery: javax.transaction.xa.XAException"... Remote Clustered Hornetq JMS Provider - Weblogic Consumer Hi, We are currently using Clustered Hornetq grouped, which is JMS Provider and we consume message using Weblogic Server using Foreign Connection, where we use JNP lookup for connection. But, the connection i...