BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element jms-thread-pool-size

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The size of the JMS execute thread pool.



Note: Incoming RMI calls execute in the JMS execute
 queue/thread pool, if one exists; otherwise, they execute in the
 default execute queue.



Additional executes (work that cannot be completed in the
 initial RMI thread) are executed in the default execute queue.



The difference in setting up a JMS-specific thread pool is that
 JMS will not be starved by other execute threads and vice
 versa.

 


 Default: 15
Properties
This component is not nillable.

Model
<jms-thread-pool-size>

</jms-thread-pool-size>

Source
<xs:element minOccurs="0" name="jms-thread-pool-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation