deleteConsumer procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
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, #rfi1387308562856, 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.