[TIBCO.EMS.UFOCLIENT .NET client library 8.1 documentation]

Gets the message's delivery time value.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public long DeliveryTime { get; }
Public ReadOnly Property DeliveryTime As Long
public:
property long long DeliveryTime {
	long long get ();
}

Remarks

Gets the message's delivery time value.

When a message is sent, the JMSDeliveryTime header field is left unassigned. After completion of the send or publish method, it holds the delivery time of the message. This is the 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