[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Get or set the redelivery delay for this queue.
Namespace:
TIBCO.EMS.ADMINAssembly: 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.