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 |
What is the main parts of jms applications?
What are the types of messaging?
what is Java Message Service (JMS)?
Can I Use XML to transform more than 10 mb of data? Trasnsfom inbetween two module/methods etc. If not how can I do.
How does a sender application transport/send a message through jms?
What is the difference between Message producer and Message consumer?
When to Remove messages from the queue ?
Can two jms servers share the same persistent store?
What are the types of communication provided by jms? Explain in detail.
What is the use of StreamMessage?
What is Point-to-Point Approach?
What is jms jndi?