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
For sending messages through JMS, what encryption options are there?
What is subdeployment in weblogic jms?
Can we use jms for sending automated e-mails?
Is jms an api?
Can we send message from one server to another server using jms?
How do I check messages in jms queue?
Are there c/c++ interfaces to wls jms?
Can jms be used to send an email?
What is jms message?
Where is jms used?
What is ems queue?
What is jms queue in java?
What is message listener container?
What is difference between JMS and Web Services?
What is a distributed queue?