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

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

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

Syntax

public int MaxRedelivery { get; set; }
Public Property MaxRedelivery As Integer
public:
property int MaxRedelivery {
	int get ();
	void set (int value);
}

Return Value

the maximum number of times a message will be redelivered.

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