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.

Spring JMS MQJE001: Completion Code '2', Reason '2042'

My setup is Spring 3 JMS, MVC + Websphere MQ + Websphere 7 <!-- this is the Message Driven POJO (MDP) --> &…

spring jms websphere ibm-mq websphere-7
What is the difference between JMS consumer and Message Driven Beans (MDB)

Is there any difference between an asynchronous JMS (Java Messaging Service) consumer vs an actual MDB (Message Driven Bean). The …

jakarta-ee ejb jms java-ee-5 message-driven-bean
Using a JMS Session from different threads

From the javadoc for Session it states: A Session object is a single-threaded context for producing and consuming messages. So …

java multithreading jms
Monitoring Queue using Java

I am trying to monitor a queue without using any API such as Hermes or GEMS i.e. I want …

java jms tibco-ems
ActiveMQ vs JMS

I am trying to understand JMS. What is the difference between ActiveMQ and JMS can pool the data from NON …

spring jms activemq spring-jms
Reconnecting JMS listener to JBossMQ

We have a Java listener that reads text messages off of a queue in JBossMQ. If we have to reboot …

java jboss jms jbossmq
How can sender know the message already be consumed with MQ JMS API?

I'm dealing with a standalone MQ JMS application, our app need to "aware" that client already consumed the message producer …

jms mq
Spring, JMS - Unable to locate Spring NamespaceHandler for XML schema namespace

Over and over I'm getting this error: 10:37:21,270 ERROR DispatcherServlet:466 - Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration …

spring jms activemq spring-jms
JMS performance

I'm having a bit of trouble with understanding JMS from a performance perspective. We have this very straightforward code in …

java jms weblogic message-queue
how to implement JMS on Android project

Currently, i'm working on android project. I have to join a jms server based on openJMS. i've not found any …

java android jms openjms