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


Chapter 6 Requestor : tibemsMsgRequestor : tibemsMsgRequestor_Request

tibemsMsgRequestor_Request
Function
Purpose
Send a request message; wait for a reply.
C Declaration
tibems_status tibemsMsgRequestor_Request(
    tibemsMsgRequestor msgRequestor,
    tibemsMsg message,
    tibemsMsg* reply );
COBOL Call
CALL "tibemsMsgRequestor_Request"
USING BY VALUE msgRequestor,
BY VALUE message,
BY REFERENCE reply,
RETURNING tibems-status
END-CALL.
 
msgRequestor, message and reply have usage pointer.
Parameters
 
Remarks
This call blocks indefinitely, until a reply arrives.
The requestor receives only the first reply. It discards other replies that arrive subsequently.

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