Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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"
/>

 


Parent Elements

 


Attributes

Table 13-1 ExecuteQueue 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: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

QueueLength

Returns the maximum length of this queue.

Admin Console field label: Queue Length

Default: 65536

Minimum: 256

Maximum: 1073741824

ThreadCount

The number of threads that this execute queue can currently have.

Admin Console field label: Thread Count

Default: 15

Minimum: 0

Maximum: 65536

ThreadsIncrease

Returns the number of threads to grow when a queue is within QueueLengthThresholdPercent of the set QueueLength.

Admin Console field label: Threads Increase

Default: 0

Minimum: 0

Maximum: 65536

ThreadsMaximum

The maximum number of threads this execute queue can have.

Admin Console field label: Threads Maximum

Default: 400

Minimum: 1

Maximum: 65536

 

Skip navigation bar  Back to Top Previous Next