Answer Posted / yogi_spysr
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the components of JMS?
What is the difference between jms and kafka?
What is jms and activemq?
What is a jms queue?
For sending messages through JMS, what encryption options are there?
How does jms queue work?
What is a queued message?
What is the jms client?
What is jms correlation id?
What are the different types of messaging systems?
Explain how does the JMS work with the J2EE?
How do I start jms server?
What is a JMS client?
Can two different jms services talk to each other? For instance, if a and b are two different jms providers, can provider a send messages directly to provider b? If not, then can a subscriber to provider a act as a publisher to provider b?
Can we send message from one server to another server using jms?