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


Chapter 2 Messages : tibemsMsg : tibemsMsg_GetReplyTo

tibemsMsg_GetReplyTo
Function
Purpose
Get the reply-to header from a message.
C Declaration
tibems_status tibemsMsg_GetReplyTo(
    tibemsMsg message,
    tibemsDestination* value );
COBOL Call
CALL "tibemsMsg_GetReplyTo"
USING BY VALUE message,
BY REFERENCE value,
RETURNING tibems-status
END-CALL.
 
message and value have usage pointer.
Parameters
 
Remarks
Sending clients can set this header to request that recipients reply to the message:
 
When sending a reply, clients can refer to the corresponding request by setting the correlation ID field.
See Also
tibemsMsg_SetCorrelationID on page 60
tibemsMsg_SetReplyTo on page 72

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