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.

"Channel not defined remotely" issue when connecting from camel to a WebSphere MQ server

I have configured two servers by side, one Active MQ and one WebSphere MQ 8.0, in order to communicate each other …

jms apache-camel ibm-mq channel
How to configure the JMS in Wildfly 10?Can not find the JMS menu under subsystem

Currently I am writing a JMS sample application which runs on Wildfly 10. But I can not see the menu under …

jakarta-ee jms wildfly-10
Spring JMS - autowire JmsTemplate bean failed

I set up JMS application based on the http://bsnyderblog.blogspot.com/2010/02/using-spring-jmstemplate-to-send-jms.html However I cannot start tomcat because …

java spring-mvc jms jmstemplate
How can I fix a new ActiveMQ Artemis install blocking issue?

I've been tasked with evaluating ActiveMQ Artemis for JMS clients. I have RabbmitMQ experience, but none with ActiveMA Artemis/JMS. …

jms activemq-artemis
How to pool the JMS connection in a standalone Java application?

We are working on an IBM WebSphere MQ application, and we use JMS API to operate the message. But we …

jms ibm-mq mq pooling
JMS queue message receive order

I am adding two JMS messages in the same destination sequentially. Will both of these messages be received in the …

java jms ejb-3.0 ejb openjms
JMS queue is full

My Java EE application sends JMS to queue continuously, but sometimes the JMS consumer application stopped receiving JMS. It causes …

java jboss jms
How to create a jms Topic and TopicConnectionFactory programmatically?

Anyone know if you can create a topic and its connection factory programmatically? Currently I use the glassfish admin utility …

glassfish jms openmq
Exception Deploying EJB Jar to Glassfish

This is my first foray into using JMS. I have a successfully created/deployed a war file that contains a …

java glassfish jms ejb message-driven-bean