Building Your Event-Driven Architecture : Using Integration Server to Build a Client for JMS : 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.
Copyright © 2016 - 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback