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 that triggers events based on the number of
 messages stored in the SAF agent.


  - 


The default value of -1 disables the events for this 
 SAF agent. 



  - 


Applies only to agents with sending capability.



  - 


Updating MessagesThresholdHigh affects only new
 requests.



  - 


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: 
 The agent 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:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation