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.

Does anyone know exactly what javax.jms.InvalidDestinationException: Not allowed to create destination means?

I am try to connect to a Tibco Ems Topic using Spring when I recieve this error. Here is the …

java spring jms tibco-ems spring-jms
ActiveMQ - delete/purge all queue via command line

Is there a way to delete / purge all queues in ActiveMQ via the command line (win/linux)? I could only …

jms activemq message-queue
How does JMS Receive work internally?

I've been researching various communication technologies/architectures/patterns/implementations (read: buzzwords) including Web Services (WCF, Axis2), ESBs, SOA, and wanted …

java jms message-queue messaging
TIBCO JMS jar file

Where do I get the jar file for TIBCO JMS from? Believe me I have done a lot of googling …

java jar jms tibco
How to implement jms queue in spring boot

I have created a Spring Boot project using initializer and I am trying to create my first message but I …

spring-boot jms spring-jms
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
client for remote JMS queue

I have a JMS queue configured on remote glassfish server. I'm trying to connect this queue from my local machine. …

java glassfish jms glassfish-3
Start and Stop JMS Listener using Spring

So question is how to temporary stop and start a jms listener created using spring using the fallowing way : <…

spring jms spring-jms
How to understand the "synchronous" and "asynchronouns" messaging in JMS?

After reading some document of JMS, I totally puzzled by the phrase synchronous and asynchronouns. See this page: http://docs.…

java asynchronous jms synchronous
Signal a rollback from a JMS MessageListener

I've been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I. The …

java transactions jms messaging activemq