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


Please Help Members By Posting Answers For Below Questions

What is the jms client?

520


What is a stream message?

473


Is jms a protocol?

480


What is jms message broker?

464


What is a jms session?

510






What is jms connection?

479


What is the difference between Jms and Jvt ?

533


Can a jms queue have multiple listeners?

480


What is Publish/Subscribe approach?

1033


How do I start wls and configure jms?

507


Is kafka a jms?

472


What is jms connection factory in weblogic?

454


What is the use of EventMessage.java?

1114


What is the functionality of jms message consumers?

474


What are the functionalities of a jms provider?

498