Try OpenEdge Now
skip to main content
Messaging and ESB
Introduction to messaging : Point-to-Point (PTP) messaging
 

Point-to-Point (PTP) messaging

Point-to-Point, or PTP, is a domain of JMS messaging in which an application referred to as a sender sends a message to a destination called a queue. Another application, known as a receiver, receives that message from the queue. Messages in a queue are delivered in First-In, First-Out (FIFO) order. Once a message is delivered and acknowledged, the broker removes the message form the queue.
* Sending and receiving messages
* PTP messaging options and features
* Building scalable server architecture with PTP queuing