tibemsMsgRequestor
Type
Remarks
We recommend that programs follow these steps:
- Create a tibemsSession, and use it to create either a tibemsQueue or tibemsTopic (respectively) for requests and replies.
- Supply that session and destination to tibemsMsgRequestor_Create to create a tibemsMsgRequestor.
- Call tibemsMsgRequestor_Request to send a request and receive a reply. You may repeat this step for several request and reply pairs.
- Close the requestor object. tibemsMsgRequestor_Close also closes the requestor’s session as a side effect.
Function | Description |
---|---|
tibemsMsgRequestor_Close | Close a message requestor. |
tibemsMsgRequestor_Create | Create a message requestor. |
tibemsMsgRequestor_Request | Send a request message; wait for a reply. |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.