[jboss-user] [Performance Tuning] - Re: Our Active Thread Count is over 20 000. Surely this is a pro

Wolf-Dieter Fink do-not-reply at jboss.com
Mon Nov 15 09:55:27 EST 2010


Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion

"Re: Our Active Thread Count is over 20 000. Surely this is a pro"

To view the discussion, visit: http://community.jboss.org/message/571238#571238

--------------------------------------------------------------
You should call .close() for the following objects:
QueueSender, QueueSession, QueueConnection  (same for Topic)

This should be done whitin a finally block to ensure it will be done in error cases!

With JBoss 5.1 I saw a WARNING like 'Looks client exit, cleanup connection' with this the behaviour is might avoided.
But the correct way is to close the connection by yourself.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/571238#571238]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101115/2ab08f06/attachment.html 


More information about the jboss-user mailing list