[jboss-user] [JBoss Messaging] - Re: MessageConsumer thread never goes away
timfox
do-not-reply at jboss.com
Thu Jan 11 18:20:20 EST 2007
JBM is JBoss Messaging.
Are your jms client and jms server running in the same VM?
Threads for server side consumers are taken from a server side "pool" which has a default max size of 200.
How many threads are you seeing?
If 200 is too high for you, you can reduce the number by adding an attribute QueuedExecutorPoolSize on the serverpeer specifying the max size you want.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000641#4000641
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000641
More information about the jboss-user
mailing list