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 functionalities of a jms provider?
Is jms an api?
What is jms and mq?
What is the difference between JMS and RPC (Remote Procedure Call)?
Can we send e-mail messages using JMS?
What are the steps to send and receive JMS message ?
What is message listener?
How do I find the jms queue in weblogic?
What is jms endpoint?
What is a topic?
How does jms listener work?
What is the use of jms? Can we send message from one server to another server using jms?
What is a jms queue?
Explain about JMS queue?
Which types of jdbc databases does weblogic jms support?