Function
Get the message callback and closure data from a consumer.
tibems_status
tibemsMsgConsumer_GetMsgListener(tibemsMsgConsumer
msgConsumer,tibemsMsgCallback
* callbackPtr, void** closure );
EMS C programs can implement a message listener as a callback function paired with closure data. This call extracts these items from a consumer object.
tibemsMsgConsumer_SetMsgListener
. When a message arrives, the consumer calls the callback.
tibemsMsgConsumer_SetMsgListener
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |