Try OpenEdge Now
skip to main content
Messaging and ESB
Understanding the Messaging Models
 

Understanding the Messaging Models

The JMS messaging models are Point-to-Point (PTP) and Publish/Subscribe (Pub/Sub). PTP allows a message producer to send a message to one Message Consumer. Pub/Sub allows a message producer to send a message that is consumed by multiple consumers.
Programming instructions are provided in Programming for the OpenEdge Adapter for SonicMQ with the ABL - JMS API
* Using PTP messaging
* Using PUB/SUB messaging