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.

Avoiding duplicated messages on JMS/ActiveMQ

Is there a way to suppress duplicated messages on a queue defined on ActiveMQ server? I tried to define manually …

java duplicates jms activemq mom
java.net maven repo - JMS artifact missing

I just created a new Maven project using the default archetype and added the following dependency to my POM file. &…

maven-2 jar repository jms
How does the JNDI lookup work in this JMS example?

I am having a hard time to understand the JNDI part of the following JMS example. public static void main(…

java jms jndi
Spring Configuration for JMS (Websphere MQ - SSL, Tomcat, JNDI, Non IBM JRE)

Background: I have a relatively old application that uses Websphere MQ for messaging. It runs on WAS (Websphere Application Server) …

spring tomcat jms jndi ibm-mq
Display contents of Oracle AQ SYS.AQ$_JMS_TEXT_MESSAGE

I have an application that uses JMS op top of Oracle advanced queuing. I would like to do a query …

oracle jms advanced-queuing
Cannot connect to Tibco JMS server

I have a java application which does some JMS send&receive work. But I found an interesting problem. For …

java jms tibco
Which protocol does JMS use to send and receive messages?

I want to know if JMS API uses any protocol to transfer messages or if uses its own. If the …

java jms messaging
Is it a good practice to use JMS Temporary Queue for synchronous use?

If we use JMS request/reply mechanism using "Temporary Queue", will that code be scalable? As of now, we don't …

java jakarta-ee architecture jms ibm-mq
Writing tests to verify received msg in jms listener (Spring-Boot)

I want to write test for something like below; There is a listener called state-info-1 in src/main. It does …

spring-boot jms activemq spring-jms spring-test