Gets or sets a value indicating whether [use exponential back off].

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Property UseExponentialBackOff As Boolean
	Get
	Set
C#
bool UseExponentialBackOff { get; set; }
Visual C++
property bool UseExponentialBackOff {
	bool get ();
	void set (bool value);
}
JavaScript
function get_useExponentialBackOff();
function set_useExponentialBackOff(value);

Field Value

true if [use exponential back off]; otherwise, false.

See Also