Re: ScheduledPollConsumer leaving threads around during removal

2012-04-20 Thread Jeff Segal
Success! My threads are now being cleaned up properly after Route removal upon upgrading to 2.9.2. Thanks again. On Fri, Apr 20, 2012 at 1:41 PM, Jeff Segal wrote: > Oops. I'm using 2.9.1. I'm guessing this is the issue: > https://issues.apache.org/jira/browse/CAMEL-5072. I'll go ahead and > upg

Re: ScheduledPollConsumer leaving threads around during removal

2012-04-20 Thread Jeff Segal
Oops. I'm using 2.9.1. I'm guessing this is the issue: https://issues.apache.org/jira/browse/CAMEL-5072. I'll go ahead and upgrade and re-run my test. Thanks Claus. On Fri, Apr 20, 2012 at 12:47 PM, Claus Ibsen wrote: > Hi > > What version of Camel are you using? > This has been fixed in 2.9.2.

Re: ScheduledPollConsumer leaving threads around during removal

2012-04-20 Thread Claus Ibsen
Hi What version of Camel are you using? This has been fixed in 2.9.2. On Fri, Apr 20, 2012 at 6:42 PM, Jeff Segal wrote: > I created a custom Component which extends ScheduledPollConsumer. I've > found that when I stop and remove its Routes at runtime, the Routes are > removed but two threads o