createMessageConsumer procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Creates a new Message Consumer object.
Syntax
|
Parameters
- procHandle
- The handle to a procedure procName.
- procName
- The name of an internal procedure for handling messages.
- consumerHandle
- The new Message Consumer object.
Applies to
Session objects
Notes
The application must pass the name of an internal procedure for handling messages and the handle to the internal procedure to createMessageConsumer procedure.
See also
#rfi1387308562056, 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.