Re: Tomcat doesn't shutdown when amq client used within webapp

2008-05-05 Thread DominicTulley
Hi Marco, thanks for the suggestion. I think there might be two similar but different problems. The jira I raised has been resolved and my immediate problem has gone away with it. However, I have seen a report of subscriber/listener threads not going away on this forum as well and I wonder if y

Re: Tomcat doesn't shutdown when amq client used within webapp

2008-05-05 Thread Marco Buss
Hello, i use a ContextListener. In this Listener i tell every Subscriber that he must close his open connection to the Broker. This works for me becaus the Subscribers are Singletons in my case. MfG Marco DominicTulley wrote: > > When we shut down our tomcat server the java process does not t

Re: Tomcat doesn't shutdown when amq client used within webapp

2008-04-30 Thread DominicTulley
I raised jira https://issues.apache.org/activemq/browse/AMQ-1698 1698 on this issue which has now been marked as resolved in 5.2.0. Thanks, -Dominic -- View this message in context: http://www.nabble.com/Tomcat-doesn%27t-shutdown-when-amq-client-used-within-webapp-tp16834603s2354p16977288.ht

Tomcat doesn't shutdown when amq client used within webapp

2008-04-23 Thread DominicTulley
When we shut down our tomcat server the java process does not terminate and it turns out that the culprit is a couple of threads belonging to the amq client library. The threads are "InactivityMonitor WriteCheck" and "InactivityMonitor ReadCheck". Having had a look at it there seem to be two poss