what is distributed queues and topics and how they works
Answer Posted / yogi_spysr
As Jms server sees the distributed apps for creating
messages so, queues and topic does implement this
by spacifying them as
Topic>>> is a object which is used to get the producer on a
destination,, and we publish a msg and send it to that
destination,,,
so if we have many listeners to our msg then the msg will
be recieved by all recievers
:::: means it is a Kind of Publisher-Subscriber relation
one publisher and many subscriber
on the right hand we have
Queue >>>
is a object which link us to a queue
since in a queue of msgs and a msg will remain in queue
until it is recieved by the particular reciever who is
supposed to get it
its something like
MESSAGE --->> |Message Queue|--->> Destination
if msg is retrived then it is deleted
simply
when ::::Queue think of Mobile SMS service
topic think of Airtel SetUP Box
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is publish/subscribe messaging?
What is jms module?
What is jms full form?
How can third-party jdbc driver be used with jms?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)?
What is a message topic?
Mention different types of messages available in JMS API?
Explain about Connection factory interface?
How do I check messages in jms queue?
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?
What type of messaging is provided by JMS?
Is kafka a jms?
Can we send e-mail messages using JMS?
What are the basic advantages of jms?
Can we have more than one consumer for a jms queue?