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

Parameter
Description
message
Get the reply-to header from this message.
value
The function stores the reply-to header in this location.

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

tibemsMsg_SetReplyTo


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com