ExecuteQueue

 


Description

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

 


Syntax

<ExecuteQueue


Name="String


Notes="String


QueueLength="number


ThreadCount="number


ThreadsIncrease="number


ThreadsMaximum="number


ThreadsMinimum="number


Type="String



/>

 


Parent Elements

 


Attributes

Attribute

Description

Range of Values and Default

Name The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration. Admin Console field label: NameRequired: no
Notes Optional information that you can include to describe this configuration. Admin Console field label: NotesRequired: no
QueueLength Returns the maximum length of this queue. Admin Console field label: Queue LengthDefault: 65536Minimum: 256Maximum: 1073741824
ThreadCount The number of threads that this execute queue can currently have. Admin Console field label: Thread CountDefault: 15Minimum: 0Maximum: 65536
ThreadsIncrease Returns the number of threads to grow when a queue is within QueueLengthThresholdPercent of the set QueueLength. Admin Console field label: Threads IncreaseDefault: 0Minimum: 0Maximum: 65536
ThreadsMaximum The maximum number of threads this execute queue can have. Admin Console field label: Threads MaximumDefault: 400Minimum: 1Maximum: 65536
ThreadsMinimum Returns the minimum number of threads in the pool. Admin Console field label: Threads MinimumDefault: 5Minimum: 0Maximum: 65536
Type Returns the type of the MBean. Required: no

Skip navigation bar  Back to Top Previous Next