BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The upper 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 exceeds this threshold, the triggered
 events are:

  - 
 Log Messages
  - A message is logged on the server indicating a high threshold
 condition.


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






Range of Values: = MessagesMaximum;
 >= MessagesThresholdLow.
Properties
This component is not nillable.

Model
<messages-threshold-high>

</messages-threshold-high>

Source
<xs:element minOccurs="0" name="messages-threshold-high" 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