The OpenEdge application uses a Message Consumer object to receive messages from a destination or to receive asynchronous error messages. In a Session object, the application creates a Message Consumer object using the
createMessageConsumer procedure .
5. When the Message Consumer finishes processing all messages of interest, the application calls the
deleteConsumer procedure to release the resources in the OpenEdge application, the OpenEdge Adapter for SonicMQ, and the SonicMQ Broker.