Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : deleteConsumer procedure
 

deleteConsumer procedure

Deletes the Message Consumer object.

Syntax

PROCEDURE deleteConsumer.

Applies to

Message Consumer objects

Notes

*In the Pub/Sub domain, deleteConsumer procedure cancels the subscription. In the PTP domain, deleteConsumer procedure removes the association with a queue.
*This procedure executes remotely (sends a message to the OpenEdge Adapter for SonicMQ).

See also

createMessageConsumer procedure, deleteConsumer procedure, messageHandler procedure, waitForMessages procedure
For more information see the Message Consumer objects, the Consuming messages, the Terminating the Message Consumer object, and the Creating a message handler process.