Try OpenEdge Now
Messaging and ESB
Implementing Messaging
:
Working with messages
:
Message life cycle
:
Managing the receiving life cycle of an ABL - JMS message
Managing the receiving life cycle of an ABL - JMS message
To manage the receiving life cycle of an ABL–JMS message:
1.
Receive a message in a Message Consumer object.
2.
Run
get...
and
read...
to extract header information and body data.
3.
Run the
deleteMessageprocedure
to delete the message.