BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element messages-threshold-low

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

Documentation
The lower threshold (number of messages stored in this JMS
 server) that triggers flow control and logging events. A value of
 -1 disables the events for this JMS server.



If the number of messages falls below this threshold, the
 triggered events are:

  - 
 Log Messages
  - A message is logged on the server indicating that the threshold
 condition has cleared.


  - 
 Flow Control
  - If flow control is enabled, the JMS server becomes disarmed and
 instructs producers to begin increasing their message flow.






Note: This attribute is dynamically configurable.



Range of Values: = MessagesThresholdHigh
Properties
This component is not nillable.

Model
<messages-threshold-low>

</messages-threshold-low>

Source
<xs:element minOccurs="0" name="messages-threshold-low" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="-1"/>
<xs:maxInclusive value="9223372036854775807"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation