Defines a retry strategy.
A retry strategy will be applied when an initial to attempt to open a session fails with a transient session establishment exception.
A retry strategy will be applied when recovering by a RecoverableUpdateStream following a recoverable exception.
The strategy is defined in terms of the number of milliseconds between retries and the maximum number of retries to attempt.
If no properties are defined, it means that no retries will be attempted.
If interval is defined but attempts is not, it means that unlimited retries will be attempted.
interval
attempts
6.10
The number of retry attempts
The number of milliseconds before the first retry and between subsequent retries
Defines a retry strategy.
A retry strategy will be applied when an initial to attempt to open a session fails with a transient session establishment exception.
A retry strategy will be applied when recovering by a RecoverableUpdateStream following a recoverable exception.
The strategy is defined in terms of the number of milliseconds between retries and the maximum number of retries to attempt.
If no properties are defined, it means that no retries will be attempted.
If
interval
is defined butattempts
is not, it means that unlimited retries will be attempted.6.10