Answer Posted / sachin
JMS Topic is a JMS managed object used to manage message
comminucation between publisher ( sender of message) and
subscriber ( receiver of message).
Queue is JMS managed object used for holding messages
waiting for subscribers to consume. When all subscribers
consumed the message , message will be removed from queue.
To put an anology with email system consider all emails
with subject 'Offers from Tesco Stores'. This subject is
called topic. If there are multiple messages of same
subject headings, it will be called as queue, waiting to be
read.
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are the types of communication provided by jms?
Can we use jms for sending automated e-mails?
What is the difference between an sms and text message?
What is a text message?
What is a topic in messaging?
What is the best message queue?
Can we send message from one server to another server using jms?
What is synchronous messaging?
How to Configure Open JMS?
How to Send object as message in JMS?
How do I configure jms security?
What are the different places where you can use the JMS API?
Give an example of using the publish/subscribe model.
What is the difference between JMS and RPC (Remote Procedure Call)?
Can jms be used to send an email?