[TIBCO.EMS .NET Admin client library 7.0 documentation]

Get or set the redelivery delay for this queue.

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

Syntax

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

Return Value

the redelivery delay in milliseconds.

Remarks

When this property is set to a non-zero value for a destination, and the server needs to redeliver it to a consumer, the server delays resending the message for at least this amount of time.

See Also