[jboss-user] [JBoss Messaging] - Re: Removing a MessageListener doesn't remove its associated

timfox do-not-reply at jboss.com
Mon Jul 31 09:17:01 EDT 2006


I have found a resource leak which seems which is more than likely causing the problem you are seeing.

The session maintains it's own QueuedExecutor which maintains a single thread, however on session close the executor wasn't being explicitly shutdown causing it's thread to remain running.

After shutting down explicitly, I am not seeing an increase in threads on the client side as more sessions are created.

This fix will be in RC4, which will be out very soon (a couple of days hopefully).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961856#3961856

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961856



More information about the jboss-user mailing list