BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The maximum amount of time, in milliseconds, between two
 successive delivery retry attempts.


  - 


Applies only to agents with sending capability.



  - 


Updating DefaultRetryDelayMaximum causes
 connections starting after the update to use the new value.






Range of Values: > = RetryDelayBase if RetryDelayMultiplier is not 1.0.
Properties
This component is not nillable.

Model
<default-retry-delay-maximum>

</default-retry-delay-maximum>

Source
<xs:element minOccurs="0" name="default-retry-delay-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation