Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JMS%20Interview%20Questions%20and%20Answers

Question: What is the point-to-point model in JMS?
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.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook