TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

QueueInfo.MaxRedelivery Property

Get or set the maximum number of times the server will redeliver a given message from this queue to the queue receivers.

public int MaxRedelivery {get; set;}

Parameters

Remarks

A return value of zero indicates that the server will continue to deliver a message to the receivers until either the message is consumed or, if the message has a finite time to live, the message expires.

See Also

QueueInfo Class | TIBCO.EMS.ADMIN Namespace