Gets or sets the maximum redeliveries. A value less than zero indicates
that there is no maximum and the NMS provider should retry forever.
Namespace:
Apache.NMS
Assembly:
Apache.NMS (in Apache.NMS.dll)
Syntax
Visual Basic |
---|
Property MaximumRedeliveries As Integer
Get
Set |
C# |
---|
int MaximumRedeliveries { get; set; } |
Visual C++ |
---|
property int MaximumRedeliveries {
int get ();
void set (int value);
} |
JavaScript |
---|
function get_maximumRedeliveries();
function set_maximumRedeliveries(value); |
Field Value
The maximum redeliveries.
See Also