BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType execute-queueType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}execute-queueType (extension)

Documentation
Corresponds to ExecuteQueueMBean
Properties
This component is not nillable.

Model
<...>
(queue-length, thread-priority, thread-count, queue-length-threshold-percent, threads-increase, threads-maximum, threads-minimum )
</...>


Nested Element Summary
 queue-length
          The maximum number of simultaneous requests that this server can hold in the queue. 
 queue-length-threshold-percent
          The percentage of the Queue Length size that can be reached before this server indicates an overflow condition for the queue. 
 thread-count
          The number of threads assigned to this queue. 
 thread-priority
          The priority of the threads associated with this queue. 
 threads-increase
          The number of threads to grow the queue length when the thread count reaches the QueueLengthThreasholdPercent value. 
 threads-maximum
          The maximum number of threads that this queue is allowed to have; this value prevents WebLogic Server from creating an overly high thread count in the queue in response to continual overflow conditions. 
 threads-minimum
          The minimum number of threads that WebLogic Server will maintain in the queue. 
Source
<xs:complexType name="execute-queueType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="queue-length" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="256"/>
<xs:maxInclusive value="1073741824"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="thread-priority" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="thread-count" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65536"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="queue-length-threshold-percent" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="threads-increase" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65536"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="threads-maximum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65536"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="threads-minimum" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65536"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation