What is the difference between topic and queue?
Answer / munnu
A topic is typically used for one to many messaging i.e. it supports publish subscribe model of messaging. While queue is used for one-to-one messaging i.e. it supports Point to Point Messaging.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is object message ?
How does a typical client perform the communication?
what is topic and what is queue ?
Can we send e-mail messages using JMS?
Explain how Application server handles the JMS Connection?
Can you use a foreign jms provider to drive an mdb transactionally?
How the jms is different from rpc?
What is jms connection?
Explain about publish model?
What happens when jms queue is full?
What are Administered Objects ?
Is rabbitmq a jms?