Top "Hornetq" questions

HornetQ is an open source asynchronous messaging project from JBoss.

Local XARecoveryModule.xaRecovery got XA exception

Any thoughts on what could be causing this exception: 03:54:34,497 WARN [com.arjuna.ats.jta] (Periodic Recovery) ARJUNA016027: Local XARecoveryModule.xaRecovery …

java jboss jms jboss7.x hornetq
How to send Message to particular Receiver using JMS Queue

Is it possible to send message to particular receiver using JMS Queue(HornetQ)? Among so many receivers, I want certain …

java jakarta-ee jms hornetq
HornetQ JMSException: Failed to create session factory

I'm trying to Directly instantiating JMS Resources without using JNDI to a REMOTE HORNETQ. I am running my test code …

jms hornetq
JMS queue with multiple consumers

I have a JBoss-6 server with HornetQ and a single queue: <queue name="my.queue"> <entry name="/…

java jms jboss6.x hornetq
javax.jms.JMSSecurityException: Unable to validate user: null

Environment: Jboss 7.1.0 OS Windows I am trying a simple test to try out JMS using Jboss with the built in …

java jboss jms jboss7.x hornetq
Could not refresh JMS Connection for destination 'jmsinqueue' - retrying in 5000 ms

Goal to connect to Hornteq and send a message to a queue and route it to a topic or queue …

spring apache-camel hornetq spring-jms wildfly
Which embedded messaging system -> ActiveMQ or HornetQ

I would appreciate some general pointers and opinions regarding which of the two messaging systems is easier to manage has …

java jboss jms activemq hornetq
What is the meaning of 'durable' attribute for JMS Queue in JBoss 7 with HornetQ?

During configuration of JMS queues on JBoss 7 with HornetQ (based on standalone-full.xml configuration) I noticed an attribute 'durable'. I …

java jakarta-ee jms jboss7.x hornetq
Advantages of HornetQ vs ActiveMQ vs Qpid

I was browsing for an open source messaging software and after some good bit of research I came across these …

jms activemq middleware hornetq qpid
HornetQ Unable to validate user

I am using jboss AS 6 Final on ubuntu with hornetQ I have created a new Queue on the server named …

jms jboss6.x hornetq