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

<!ELEMENT ExecuteQueue EMPTY >
<!ATTLIST ExecuteQueue
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   ThreadCount                CDATA                    "15"
>

Parent Elements

The ExecuteQueue element is a child of the Server element.

Attributes

Table 17-1 ExecuteQueueMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

Thread-Count

The number of threads assigned to this queue.

Default: 15

Minimum: 1

Maximum: 65536

Thread Count


 

 

Back to Top Previous Next