BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The longest 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 and
 ReconnectDelayIncrease. After the first failure to connect
 to a destination, a 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-maximum>

</reconnect-delay-maximum>

Source
<xs:element minOccurs="0" name="reconnect-delay-maximum" 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