Each datasource maintains its own connection count. For a datasource named XXX, look at
the mbean:
jboss.jca:service=ManagedConnectionPool,name=XXX
There is a worker thread pool, which can be monitored using this mbean:
jboss:service=invoker,type-pooled
Also, each connection has its own thread pool, which can be monitored using mbean (where
XXX is the binding address and 9999 is the port number):
jboss.web"type=ThreadPool,name=http-XXX-9999
And there is also:
jboss.system:service=ThreadPool
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013677#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...