Re: inactivity monitor hangs tomcat shutdown

2009-06-24 Thread David Durham
http://issues.apache.org/activemq/browse/CAMEL-1751

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
Disregard this section. It was a double paste .. >     class="com.inwk.jobtemplate.server.ReturnedQueueRouteBuilder" > lazy-init="false" init-method="init" destroy-method="stop"> >         >             >                 >                     class="com.inwk.jobtemplate.server.ReturnedQuotesProce

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
On Tue, Jun 23, 2009 at 8:34 AM, David Durham wrote: > On Tue, Jun 23, 2009 at 4:35 AM, Gary Tully wrote: >> I wonder if this is the result of code registered with a shutdown hook and >> at shutdown some of the required classes are not longer available. >> One way to check is to have the broker not

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread David Durham
On Tue, Jun 23, 2009 at 4:35 AM, Gary Tully wrote: > I wonder if this is the result of code registered with a shutdown hook and > at shutdown some of the required classes are not longer available. > One way to check is to have the broker not register any shutdown hook. > > Set the 'useShutdownHook'

Re: inactivity monitor hangs tomcat shutdown

2009-06-23 Thread Gary Tully
I wonder if this is the result of code registered with a shutdown hook and at shutdown some of the required classes are not longer available. One way to check is to have the broker not register any shutdown hook. Set the 'useShutdownHook' property to false for the ActiveMQ broker in your xml confi

Re: inactivity monitor hangs tomcat shutdown

2009-06-22 Thread David Durham
>> I've got a simple ActiveMQ client running inside Tomcat.  When I >> shutdown Tomcat I get an exception from the "Inactivity Monitor Write >> Check" thread.  My question is has anyone seen this issue and have a >> fix for it?  I've tried making sure that I call the stop() method on >> my CamelCon

Re: inactivity monitor hangs tomcat shutdown

2009-06-22 Thread David Durham
On Mon, Jun 22, 2009 at 2:40 PM, David Durham wrote: > Hi all, > > I've got a simple ActiveMQ client running inside Tomcat.  When I > shutdown Tomcat I get an exception from the "Inactivity Monitor Write > Check" thread.  My question is has anyone seen this issue and have a > fix for it?  I've trie