Michael Owen [
https://community.jboss.org/people/liverpoolilove] created the discussion
"Aboaut JBoss thread pool of issues"
To view the discussion, visit:
https://community.jboss.org/message/818600#818600
--------------------------------------------------------------
I want to use the the JBoss's thread pool, this configuration you?
<subsystem xmlns="urn:jboss:domain:threads:1.1">
<bounded-queue-thread-pool name="test"
allow-core-timeout="false">
<core-threads count="5"/>
<queue-length count="1"/>
<max-threads count="20"/>
<keepalive-time time="10" unit="seconds"/>
</bounded-queue-thread-pool>
</subsystem>
How do I access the thread pool in code?
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/818600#818600]
Start a new discussion in JNDI and Naming at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]