Hi all, I was looking for a way to have a shutdown callback. I overrode the doShutdown method of DefaultShutdownStrategy, thinking it would be called for shutdown of the camel context. Turns out that it's being called as a part of the shutdown for each route as well.
Is there a more appropriate way to shutdown, but only when the context is being shutdown, rather than the routes? I'm using Camel 2.10.6. John
