tibemsMsgRequestor


Type

Purpose

Encapsulate request-reply semantics.

Types

tibemsMsgRequestor 
tibemsQueueRequestor 
tibemsTopicRequestor 

Remarks

tibemsMsgRequestor, tibemsQueueRequestor and tibemsTopicRequestor are all identical types (that is, these names refer to the same underlying struct).

We recommend that programs follow these steps:

  1. Create a tibemsQueueSession or tibemsTopicSession, and use it to create either a tibemsQueue or tibemsTopic (respectively) for requests and replies.
  2. Supply that session and destination to either tibemsQueueRequestor_Create or tibemsTopicRequestor_Create to create a tibemsMsgRequestor.
  3. Call tibemsMsgRequestor_Request to send a request and receive a reply. You may repeat this step for several request and reply pairs.
  4. Close the requestor object. tibemsMsgRequestor_Close also closes the requestor’s session as a side effect.

 

Function
Description
Page
207
208
209
211

See Also

tibemsQueue

tibemsTopic

tibemsQueueSession

tibemsTopicSession


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com