Class FailoverParameterConstants
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.uribuilder.qpid.FailoverParameterConstants
-
public class FailoverParameterConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFAILOVER_INITIAL_RECONNECT_DELAYThe amount of time the client will wait before the first attempt to reconnect to a remote peer.static StringFAILOVER_MAX_RECONNECT_ATTEMPTSThe number of reconnection attempts allowed before reporting the connection as failed to the client.static StringFAILOVER_RECONNECT_DELAYControls the delay between successive reconnection attempts, defaults to 10 milliseconds.static StringFAILOVER_USE_RECONNECT_BACK_OFFControls whether the time between reconnection attempts should grow based on a configured multiplier.
-
-
-
Field Detail
-
FAILOVER_RECONNECT_DELAY
public static final String FAILOVER_RECONNECT_DELAY
Controls the delay between successive reconnection attempts, defaults to 10 milliseconds. If the backoff option is not enabled this value remains constant.- See Also:
- Constant Field Values
-
FAILOVER_INITIAL_RECONNECT_DELAY
public static final String FAILOVER_INITIAL_RECONNECT_DELAY
The amount of time the client will wait before the first attempt to reconnect to a remote peer.- See Also:
- Constant Field Values
-
FAILOVER_MAX_RECONNECT_ATTEMPTS
public static final String FAILOVER_MAX_RECONNECT_ATTEMPTS
The number of reconnection attempts allowed before reporting the connection as failed to the client. The default is no limit or (-1).- See Also:
- Constant Field Values
-
FAILOVER_USE_RECONNECT_BACK_OFF
public static final String FAILOVER_USE_RECONNECT_BACK_OFF
Controls whether the time between reconnection attempts should grow based on a configured multiplier.- See Also:
- Constant Field Values
-
-