Integration Server 10.15 | JMS Client Development Guide | Introduction to JMS | Messaging Styles | Point-to-point (PTP) Messaging
 
Point-to-point (PTP) Messaging
In point-to-point (PTP) messaging, message producers and consumers are known as senders and receivers.
The central concept in PTP messaging is a destination called a queue. A queue represents a single receiver. Message senders submit messages to a specific queue and another client receives the messages from the queue.
In the PTP model, a queue may receive messages from many different senders and may deliver messages to multiple receivers; however, each message is delivered to only one receiver.