Hi, Yes, this has happened to me with older versions of Camel. AFAIR, even 2.8.0 suffers from this. Newer versions are able to interrupt the thread during shutdown.
Do you see a message like "nnn messages in flight. Waiting 300 seconds before forcing shutdown." or something similar? Regards, *Raúl Kripalani* Apache Camel Committer Enterprise Architect, Program Manager, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk <http://twitter.com/raulvk> On Thu, Nov 8, 2012 at 9:30 AM, Claus Ibsen <[email protected]> wrote: > On Wed, Nov 7, 2012 at 6:29 PM, bigandyt <[email protected]> wrote: > > Hi Claus, > > > > Earlier you mention there was a bug shutting down the SEDA queues, are > you > > able to tell me what version it was fixed. > > > > I suggest you look at the release notes. > You can also try the commit logs for the changes in > camel-core/src/main/java/org/apache/camel/component/seda - and if > anything rings a bell. > > > > Im investigating an issue where some messages seem to be hung on a seda > > queue and as we use quite an old version of camel im wondering if it > could > > be that. > > > > Possible. It depends what you mean by hung. Are you shutting down Camel, > and then some messages on seda queues, are not being processed, during > the graceful shutdown? > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Getting-rid-of-inflight-changes-tp3366187p5722312.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > -- > Claus Ibsen > ----------------- > Red Hat, Inc. > FuseSource is now part of Red Hat > Email: [email protected] > Web: http://fusesource.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen >
