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


Chapter 2 Messages : tibemsMsg : tibemsMsg_GetDeliveryTime

tibemsMsg_GetDeliveryTime
Function
Purpose
Get the delivery time header from a message.
C Declaration
tibems_status tibemsMsg_GetDeliveryTime(
    tibemsMsg message,
    tibems_long* time );
COBOL Call
CALL "tibemsMsg_GetDeliveryTime"
USING BY VALUE message,
BY REFERENCE time,
RETURNING tibems-status
END-CALL.
 
message has usage pointer.
Parameters
 
Remarks
Sending calls record the delivery time of the message in this field.
The delivery time is the difference, measured in milliseconds, between the delivery time and midnight, January 1, 1970 UTC.
A message's delivery time is the earliest time when a JMS provider may deliver the message to a consumer. The provider must not deliver messages before the delivery time has been reached.
See Also
tibemsMsgProducer_GetDeliveryDelay on page 182
tibemsMsgProducer_SetDeliveryDelay on page 193

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