BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element default-time-to-live

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

Documentation
The default amount of time, in milliseconds, that the agent
 guarantees to reliably send messages.


  - 


A value of 0 means the agent guarantees to reliably send
 messages for the duration of the conversation.



  - 


Updating DefaultTimeToLive causes conversations
 starting after the update to use the new value.




 


 Legal Min: 0


 Default: 0
Properties
This component is not nillable.

Model
<default-time-to-live>

</default-time-to-live>

Source
<xs:element minOccurs="0" name="default-time-to-live" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation