Java Message Service (JMS) Question:

What is the point-to-point model in JMS?

Tweet Share WhatsApp

Answer:

A point-to-point model is based on the concept of a message queue: Senders send messages into the queue, and the receiver reads messages from this queue. In the point-to-point model, several receivers can exist, attached to the same queue. However, (Message Oriented Middleware)MOM will deliver the message only to one of them. To which depends on the MOM implementation.

Download Java Message Service (JMS) PDF Read All 27 Java Message Service (JMS) Questions
Previous QuestionNext Question
How may messaging models do JMS provide for and what are they? What are the advantages of JMS?