On Tue, Aug 25, 2009 at 1:47 PM, dmurat<[email protected]> wrote:
>
> I'm having this same problem. Since I'm targeting embedded deployment in
> desktop app, it is kind of serious issue for me.
>

It is a harder problem to solve than at first though as Spring JMS
does not expose good methods to graceful / nicely shutdown.

And it can be part of ordering in you let spring handle the lifecycle
of Camel, JMS connection factories, JMS broker etc. if they
are defined in spring XML files.

At best effort we may add some brute force shutdown.

If you do it by pure java, eg not letting spring handle the lifecycle
you have control and can shutdown all of them in nice order without
problems.



> Best regards,
> Damir Murat
> --
> View this message in context: 
> http://www.nabble.com/Garceful-shutdown-bug-in-2.0M3--tp25113519p25132762.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to