tibemsMsg_GetExpiration


Function

Purpose

Get the expiration header from a message.

C Declaration

tibems_status tibemsMsg_GetExpiration( 
    tibemsMsg message, 
    tibems_long* value ); 

COBOL Call

CALL "tibemsMsg_GetExpiration" 
     USING BY VALUE message, 
           BY REFERENCE value, 
           RETURNING tibems-status 
END-CALL. 

message has usage pointer.

Parameters

Parameter
Description
message
Get the expiration from this message.
value
The function stores the expiration in this location.

Remarks

Sending calls record the expiration time (in milliseconds) of the message in this field:

The server discards a message when its expiration time has passed. However, the JMS specification does not guarantee that clients do not receive expired messages.

See Also

tibemsMsg_SetExpiration

tibemsMsgProducer_GetTimeToLive


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