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.

When to use actors instead of messaging solutions such as WebSphere MQ or Tibco Rendezvous?

I've already read the question and answers to What design decisions would favour Scala's Actors instead of JMS?. Usually, we …

java scala jms actor akka
Which is better: PooledConnectionFactory or CachingConnectionFactory?

We use Spring (3.2.4) with ActiveMQ (5.8.0) in Tomcat (7.0.41) and it is not clear what the best usage. We want to use …

java spring tomcat jms activemq
JMS - Going from one to multiple consumers

I have a JMS client which is producing messages and sending over a JMS queue to its unique consumer. What …

java jms message-queue messaging
How to delete a message from the JMS queue

Is there any API to delete a message from the JMS queue without using the monitoring admin tool.

java jms
How can I handle multiple messages concurrently from a JMS topic (not queue) with java and spring 3.0?

Note that I'd like multiple message listeners to handle successive messages from the topic concurrently. In addition I'd like each …

java spring concurrency jms messaging
How can I change default port number of Activemq

I am using Windows 7 OS. I downloaded apache-activemq-5.8.0.zip from these Link and extracted in C:\Users\Infratab Bangalore\Desktop\…

java apache jms activemq java-ee-7
IBM MQ Message Listener

Hi does anyone know how to create a message listener using IBM MQ? I know how to do it using …

java jms ibm-mq
Does annotating a bean @DependsOn mean the dependent bean will be instantiated or initialized?

I am using Spring 3.0.2. I have two relatively simple bean definitions. One has a @PostConstruct (bean 'A') which triggers a …

java spring jms spring-jms
JMS vs Webservices

What are the big advantages from JMS over Webservices or vice versa? (Are webservices bloated? Is JMS overall better for …

java web-services jms
Configuration of tibco jms with Spring

Now I have java code which starts tibco jms subscription with several steps: Properties props = new Properties(); props.put("java.…

java spring jms tibco