tibemsMsgRequestor
Type
Purpose
Encapsulate request-reply semantics.
Remarks
We recommend that programs follow these steps:
- Create a
tibemsSession
, and use it to create either atibemsQueue
ortibemsTopic
(respectively) for requests and replies. - Supply that session and destination to
tibemsMsgRequestor_Create
to create atibemsMsgRequestor
. - 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. |
Subtopics