Type
Encapsulate request-reply semantics.
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:
tibemsQueueSession
or tibemsTopicSession
, and use it to create either a tibemsQueue
or tibemsTopic
(respectively) for requests and replies.tibemsQueueRequestor_Create
or tibemsTopicRequestor_Create
to create a tibemsMsgRequestor
.tibemsMsgRequestor_Request
to send a request and receive a reply. You may repeat this step for several request and reply pairs.tibemsMsgRequestor_Close
also closes the requestor’s session as a side effect.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |