BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The amount of time, in milliseconds, between the original
 delivery attempt and the first retry.


  - 


If RetryDelayMultiplier is set to 1,
 this defines the interval between any two successive retry
 attempts.



  - 


Applies only to agents with sending capability.



  - 


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






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

Model
<default-retry-delay-base>

</default-retry-delay-base>

Source
<xs:element minOccurs="0" name="default-retry-delay-base" 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