bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

ExecuteQueue

 


Description

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

 


Syntax

<ExecuteQueue
Name="String"
Notes="String"
ThreadCount="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

ThreadCount

Returns the number of threads assigned to this queue.

Admin Console field label: Thread Count

Required: no

Default: 15

Minimum: 1

Maximum: 65536

 

Back to Top Previous Next