tibemsMsgConsumer msgConsumer,tibemsMsg msg,
This parameter receives the closure argument, which your program registered on the consumer.To asynchronous receive messages, your program can define callback functions of this type, and register them with a consumer (using tibemsMsgConsumer_SetMsgListener or a related function). When a message arrives, the consumer calls its callback.In compliance with the JMS specification, sessions distribute messages to consumers in serial (non-concurrent) fashion.
Copyright © TIBCO Software Inc. All Rights Reserved.