what is distributed queues and topics and how they works
Answer / 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 |
Explain about point to point?
What are the different parts of a jms message?
Name the messaging types supported by jms.
What is the Role of the JMS Provider?
What is jms queue in weblogic?
What Is the JMS API?
What is the procedure to configure jms security?
What is jms and mq?
How to Set message priority levels?
How Does the JMS API Work with the J2EE Platform?
Which are the benefits of mdb (message driven beans) over standard jms consumers?
what is the use of module in weblogic