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 is jms and mq?
What is jms module?
Name the messaging types supported by jms.
What is jms module in weblogic?
For JMS-enabled application, what are the core JMS-related objects required?
What is JMS administered object?
What are the basic advantages of jms?
What is message listener?
Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
Can a jms queue have multiple listeners?
Detail about the features of publish model?
What are the components of a jms messaging application?
What is administered objects in jms?
What type of messaging is provided by JMS?
How do I find the jms queue in weblogic?