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


Chapter 2 Messages : tibemsMsg : tibemsMsg_SetReplyTo

tibemsMsg_SetReplyTo
Function
Purpose
Set the reply-to header of a message.
C Declaration
tibems_status tibemsMsg_SetReplyTo(
    tibemsMsg message,
    tibemsDestination value );
COBOL Call
CALL "tibemsMsg_SetReplyTo"
USING BY VALUE message,
BY VALUE 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_GetReplyTo on page 50
tibemsMsg_SetCorrelationID on page 58

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