BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element reconnect-delay-increase

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
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 and
 ReconnectDelayMaximum. After the first failure to connect
 to a destination, the bridge instance waits for the number of
 seconds defined by ReconnectDelayMinimum. Each time a
 reconnect attempt fails, the bridge instance increases its waiting
 time by the number of seconds defined by
 ReconnectDelayIncrease. The maximum delay time is defined
 by ReconnectDelayMaximum. 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 by ReconnectDelayMinimum.
Properties
This component is not nillable.

Model
<reconnect-delay-increase>

</reconnect-delay-increase>

Source
<xs:element minOccurs="0" name="reconnect-delay-increase" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation