Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getJMSTimestamp function
getJMSTimestamp function
Returns the message sending time, which is the difference, in milliseconds, between the message creation time and midnight, January 1, 1970 UTC.
Syntax
FUNCTION getJMSTimestamp RETURNS DECIMAL.
Applies to
Message objects
See also
getJMSDestination function
,
getJMSRedelivered function
,
getMessageType function
,
getJMSMessageID function
,
getJMSDeliveryMode function
,
getJMSTimestamp function
,
getJMSExpiration function
,
getJMSPriority function
For more information, see the Accessing message header properties.