BEA WebLogic Server 10.0 Domain Configuration Schema Reference

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

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/920/domain}configurationType
      {http://www.bea.com/ns/weblogic/920/domain}execute-queueType

Model
<...>
name?, notes?, queue-length?, thread-priority?, thread-count?, queue-length-threshold-percent?, threads-increase?, threads-maximum?, threads-minimum?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

This bean is used to configure an execute queue and its associated thread pool.

MBean: ExecuteQueueMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
annonymous type derived from intqueue-length optional
          

The maximum number of simultaneous requests that this server can hold in the queue.

 
annonymous type derived from intthread-priority optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intthread-count optional
          

The number of threads assigned to this queue.

 
annonymous type derived from intqueue-length-threshold-percent optional
          

The percentage of the Queue Length size that can be reached before this server indicates an overflow condition for the queue.

 
annonymous type derived from intthreads-increase optional
          

Specifies the number of threads to increase the queue length when the queue length theshold is reached.

 
annonymous type derived from intthreads-maximum optional
          

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.

 
annonymous type derived from intthreads-minimum optional
          

The minimum number of threads that WebLogic Server will maintain in the queue.

 

BEA WebLogic Server 10.0 Domain Configuration Schema Reference

Version: 10.0