Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 6 Requestor : tibemsMsgRequestor

tibemsMsgRequestor
Type
Purpose
Encapsulate request-reply semantics.
Remarks
We recommend that programs follow these steps:
1.
Create a tibemsSession, and use it to create either a tibemsQueue or tibemsTopic (respectively) for requests and replies.
2.
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.
 
See Also
tibemsSession
tibemsQueue on page 150
tibemsTopic on page 156

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved