Top "Jms" questions

The Java Message Service (JMS) API is a Java Message Oriented Middleware (MOM) API for sending messages between two or more clients.

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
Any simple way to get the queue length of an ActiveMQ?

How to obtain the queue length (number of unconsumed messages sent to queue) in ActiveMQ, using Java?

java jms activemq
How to hold messages in JMS Message Queue if there are any error after consuming the message?

My scenario is - I post message in to queue and once message is consumed I am sending it to …

java jms message-queue middleware
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
Active MQ vs JBoss Messaging

I am going to choose a JMS message broker for a project. It is critical that the JMS server is …

java jboss jms activemq
JMS and ESB - how they are related?

For me JMS and ESB seem to be very related things and I'm trying to understand how exactly they are …

jms esb
Concurrent Synchronous Request-Reply with JMS/ActiveMQ - Patterns/Libraries?

I have a web-app where when the user submits a request, we send a JMS message to a remote service …

java multithreading jms activemq
How to initialize ConnectionFactory for remote JMS queue when remote machine is not running?

Using JBoss 4.0.5, JBossMQ, and Spring 2.0.8, I am trying to configure Spring to instantiate beans which depend on a remote JMS …

deployment jboss jms jndi jbossmq
How to listen to a message queue from a web application? (Tomcat, ActiveMQ)

I'm happily improving my web application that runs on a Apache Tomcat. An ActiveMQ JMS server is added to send …

java tomcat queue jms activemq
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