Function
Set the message callback and closure data of a consumer.
tibems_status
tibemsMsgConsumer_SetMsgListener(tibemsMsgConsumer
msgConsumer,tibemsMsgCallback
callback, void* closure );
Parameter
|
Description
|
---|---|
msgConsumer
|
Set the listener of this consumer.
|
callback
|
Use this callback function.
|
closure
|
Use this closure data.
|
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.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |