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.

What is Java Message Service (JMS) for?

I am currently evaluating JMS and I don't get what I could use it for. Currently, I believe this would …

java jms
Getting a simple Spring JMS client acknowledge to work

Just starting to get my head around getting JMS ActiveMQ Acknowledgements working in Spring. So far I have a consumer …

spring jms activemq
NoClassDefFoundError (initialization failure) - Websphere and IBM MQ

Im having a problem on a Spring based webapp that is being deployed to Websphere and interacts with IBM MQ. …

java spring jms websphere ibm-mq
Using JMS to connect to IBM MQ

I want to use JMS to connect to IBM MQ. How do i specify the queuemanager, the channel and other …

jms ibm-mq
How do you publish a JMS topic with Spring JMS?

I have a component that sends messages to a queue to be handled by another system. It should also publish …

java spring jms activemq
Difference between JMS and Web Service

I need to develop a system which accepts orders and returns confirmation. Orders could come from java or non java …

web-services jms
JMS AUTO_ACKNOWLEDGE when is it acknowledged?

I have tried to google this, but have not been successful. If I am using AUTO_ACKNOWLEDGE, and I have …

java jms messaging
Which JMS implementation do you use?

We are using ActiveMQ 5.2 as our implementation of choice and we picked it a while ago. It performs well enough …

java jms
ActiveMQ and embedded broker

EDIT: Rephrased the question: I want to use ActiveMQ as a messenger service between my server and client applications. I …

java jms activemq
Why is my JNDI lookup for a QueueConnectionFactory returning null?

I am trying to look up a QueueConnectionFactory and Queue via Geronimo's JNDI. The Queue gets returned fine, but the …

java jakarta-ee jms jndi geronimo