![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsgRequestor_Create(tibemsSession session,tibemsMsgRequestor* msgRequestor,tibemsDestination destination);
You must create this destination using the session you supply as the first argument.
1.
2. Create a tibemsMsgRequestor, using the session and destination as arguments.
3. Send a request and receive a reply with tibemsMsgRequestor_Request. 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.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |