PROCEDURE createMessageConsumer.
DEFINE INPUT PARAMETER procHandle AS HANDLE.
DEFINE INPUT PARAMETER procName AS CHARACTER.
DEFINE OUTPUT PARAMETER consumerHandle AS HANDLE.
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.
For more information see the Message Consumer objects, the Consuming messages, the Terminating the Message Consumer object, and the Creating a message handler process.