tibemsMsgConsumer_SetMsgListener
Function
C Declaration
tibems_status tibemsMsgConsumer_SetMsgListener( tibemsMsgConsumer msgConsumer, tibemsMsgCallback callback, void* closure );
Remarks
EMS C programs can implement a message listener as a callback function paired with closure data. This call sets these items in a consumer object.
Your program implements the callback, and registers it by calling this function. When a message arrives, the consumer calls the callback.
This call is not supported in COBOL.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.