The arrival timestamp property indicates the time a message arrived and was read. As messages are read, their arrival timestamp property is automatically set. A value of 0.0
indicates that the arrival timestamp property was not set.
TipcMsgSetArrivalTimestamp. For example:
TipcMsgGetArrivalTimestamp. For example:
T_REAL8 arrival_timestamp;
if (!TipcMsgGetArrivalTimestamp(msg, &arrival_timestamp)) {
/* error */
}
TIBCO SmartSockets™ User’s Guide Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |