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 import an existing X.509 certificate and private key in Java keystore to use in SSL?

I have this in an ActiveMQ config: <sslContext> <sslContext keyStore="file:/home/alex/work/amq/broker.ks" …

java ssl jms activemq jks
ActiveMQ or RabbitMQ or ZeroMQ or

We'd be interested to hear any experiences with the pros and cons of ActiveMQ vs RabbitMQ vs ZeroMQ. Information about …

jms rabbitmq activemq message-queue zeromq
JMS Topic vs Queues

I was wondering what is the difference between a JMS Queue and JMS Topic. ActiveMQ page says Topics In JMS …

jms activemq
Real world use of JMS/message queues?

I was just reading abit about JMS and Apache ActiveMQ. And was wondering what real world use have people here …

java jms message-queue
How to use Java JMS with MQseries

I am trying to develop a JMS standalone application to read and write to a Queue on MQSeries. My boss …

java jms ibm-mq
When to use Spring Integration vs. Camel?

As a seasoned Spring user I was assuming that Spring Integration would make the most sense in a recent project …

java jms messaging apache-camel spring-integration
How to clear a queue in Oracle AQ

I've been testing Oracle AQ for the first time. I have managed to create 2000 rows of test inserts into the …

oracle queue jms oracle-aq
Tool for posting test messages onto a JMS queue?

Can anyone recommend a tool for quickly posting test messages onto a JMS queue? The tool should allow the user …

jms messaging tooling
How to get password from HTTP basic authentication

I'm using HTTP BASIC Authentication with Java. My Servlet sends a JMS message but I need to supply the user …

java servlets jms basic-authentication
What is the right Maven dependency for javax.jms.* classes?

I need to import javax.jms.* classes. What is the right dependency to include into a Maven project? I'm trying …

java maven jms