deleteConsumer procedure
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Deletes the Message Consumer object.
Syntax
|
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 on the Progress OpenEdge JMS Adapter.
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.