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.

Where can I manually configure ActiveMQ hostname?

I'm trying to set up Apache ActiveMQ for the first time I discovered that the name of my server has …

java jms activemq activemq-cpp
Why is the message again coming to onMessage() function?

I am using ActiveMQ to send the message. So when I sent a message, the message comes to receive message. …

java nullpointerexception jms listener activemq
Which one to choose from STOMP/AMQP?

i am using the node.js as client to jms topic.There are two protocols available to make the connection …

node.js jms amqp stomp
Difference between sessionTransacted and JmsTransactionManager

What is the main difference between using sessionTransacted=true (in JmsTemplate and/or DefaultMessageListenerContainer) and using JmsTransactionManager? Is using sessionTransacted=…

java spring jms spring-jms
Jboss Messaging JMS

I successfully managed to send the message to queue name ReceiverQueue on my localhost Jboss server, how can I retrieve …

java jms jboss-messaging
Tibco-Ems Failover Issue

I have 2 Tibco-Ems Servers running, with fault tolerant setup. If one server is not available, the active server switches to …

jms tibco tibco-ems ems
Show me an simple example of Oracle Streams?

I am just getting started with on a project and hope to use Oracle streams. I am looking for a …

java oracle jms oracle-streams
How to find a horneq Queue length

I am using Hornetq 2.0 i dont understand how can i know how many message are sitting on the queue at …

java jms message-queue hornetq
Best practice for multi-threaded message processing on JMS queues

I'm currently adding JMS support to a application-server-like framework. The JMS will be implemented by HornetQ (stand-alone broker, hornetq jars …

java queue jms message-listener
add a Queue JNDI ref in ejb-jar.xml? sending JMS Msg in a EJB/MDB

I have an EAR application which contains an MDB and a WAR. In this EAR application I would send a …

deployment queue jms jndi geronimo