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

Gets and Sets the delivery delay property of the message producer.

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

Syntax

public long DeliveryDelay { get; set; }
Public Property DeliveryDelay As Long
public:
property long long DeliveryDelay {
	long long get ();
	void set (long long value);
}

Remarks

Sets the minimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer.

For transacted sends, this time starts when the client sends the message, not when the transaction is committed.

DeliveryDelay is set to zero by default.

See Also