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.

how to include javax.jms.* in eclipse?

Iam trying to implement JMS using eclipse.But when I tried to save the code, it showed that javax.jms.* …

java api jms
Monitoring UI for Apache kafka - kafka manager vs kafka monitor

I am new to kafka. We want to monitor and manage kafka topics. We tried different open source monitoring tools …

apache-kafka jms monitoring
ACTIVEMQ- publisher subscriber hello world example

There are two programs: subscriber and publisher... Subscriber is able to put the message onto the topic and the message …

java jms activemq jmstemplate
JMS and AMQP - RabbitMQ

I am trying to understand what JMS and how it is connected to AMQP terminology. I know JMS is an …

java jms rabbitmq message-queue amqp
Posting a message in JMS queue using JAVA

I am new to JMS, after a long re search i googled out a code to connect to JMS and …

java jms tibco tibco-ems
ActiveMQ vs Apollo vs Kafka

I don't have any previous experience with *MQs and I'm looking to build knowledge on JMS and message queues in …

jms activemq message-queue apache-kafka apollo
Execution of JMS message listener failed, and no ErrorHandler has been set

When I use Spring to listen to JMS messages, I receievd the above error. I am wondering how to add …

java spring jms spring-jms
How to set log4j.properties in Eclipse?

I'm trying to run this example, but I have some problems with configuration. I copied log4j-jms.properties, jndi.properties, …

java log4j jms appender
Mock or simulate Message Queue (JMS)

There is a message(text), which format and content i definitely know. For now,class in Java,that parses and …

java mocking jms message-queue provider
What is the difference between a Dead Letter Queue and a back out Queue?

What is the difference between a dead letter Queue and a back out queue? In WebSphere MQ terms and in …

jakarta-ee jms ibm-mq