[jboss-user] [JBoss Messaging] - Re: Destruction/cleanup of temporary queues

timfox do-not-reply at jboss.com
Fri Dec 28 07:23:11 EST 2007


The actual temporary queue _does_ get deleted on connection close, or explicit delete.

However it seems the destination object remains in JNDI if you close the connection without explicitly deleting the temp destination. This will give a small resource leak (the actual destination object is very small).

Since the leak is small, hopefully won't cause problems, but if so, workaround for now would be to make sure you explicitly delete the temp destination before closing the connection.

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

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



More information about the jboss-user mailing list