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

Message objects

A Message object holds the message or information package being sent. The format of the message is determined by the message type. SonicMQ provides several standard JMS message types, plus the XMLMessage and MultipartMessage type. The Session objects have internal procedures that create the messages and represent the JMS connection, Session objects, and Message objects.
For more information, see Messagesand message types .