![]() ![]() ![]() ![]() |
Messaging Bridge: Configuration: Connection Retry
The source and target destinations for a messaging bridge will not always be available. A messaging bridge must be able to reconnect to the destination at some periodic interval.
Use this page to define the reconnection parameters for this messaging bridge.
Configuration Options
Name Description Minimum Delay The minimum amount of time, in seconds, that a messaging bridge instance waits before it tries to reconnect to the source or target destination after a failure.
Use with
ReconnectDelayMaximum
andReconnectDelayIncrease
. After the first failure to connect to a destination, the bridge instance waits for the number of seconds defined byReconnectDelayMinimum
. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined byReconnectDelayIncrease
. The maximum delay time is defined byReconnectDelayMaximum
. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined byReconnectDelayMinimum
.>
MBean Attribute:
MessagingBridgeMBean.ReconnectDelayMinimum
Maximum value:
2147483647
Incremental Delay The incremental delay time, in seconds, that a messaging bridge instance increases its waiting time between one failed reconnection attempt and the next retry.
Use with
ReconnectDelayMinimum
andReconnectDelayMaximum
. After the first failure to connect to a destination, the bridge instance waits for the number of seconds defined byReconnectDelayMinimum
. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined byReconnectDelayIncrease
. The maximum delay time is defined byReconnectDelayMaximum
. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined byReconnectDelayMinimum
.MBean Attribute:
MessagingBridgeMBean.ReconnectDelayIncrease
Maximum value:
2147483647
Maximum Delay The longest amount of time, in seconds, that a messaging bridge instance waits between one failed attempt to connect to the source or target, and the next retry.
Use with
ReconnectDelayMinimum
andReconnectDelayIncrease
. After the first failure to connect to a destination, a bridge instance waits for the number of seconds defined byReconnectDelayMinimum
. Each time a reconnect attempt fails, the bridge instance increases its waiting time by the number of seconds defined byReconnectDelayIncrease
. The maximum delay time is defined byReconnectDelayMaximum
. Once the waiting time is increased to the maximum value, the bridge instance stops increase its waiting time. Once the bridge instance successfully connects to the destination, the bridge instance resets its waiting time to the initial value defined byReconnectDelayMinimum
.MBean Attribute:
MessagingBridgeMBean.ReconnectDelayMaximum
Maximum value:
2147483647
![]() |