Try OpenEdge Now
skip to main content
Messaging and ESB
Understanding the OpenEdge Adapters : Understanding ABL - JMS object model
 

Understanding ABL - JMS object model

The ABL–JMS object model is a model wherein an OpenEdge application interacts with a JMS messaging broker through ABL objects (persistent procedures) that encapsulate the functionality of JMS sessions and JMS messages. These objects are:
*Session objects
*MessageConsumer objects
*Message objects
The OpenEdge application interacts with the SonicMQ Broker through internal procedures, which perform actions, and user-defined function calls to extract values.
The sections that follow describe Session, Message Consumer, and Message objects, how they correspond to ABL procedures, and how to create them.
* Session objects
* Message Consumer objects
* Message objects