Can you provide a simple unit test? Or can you enable TRACE/DEBUG logging for org.apache.camel and share the log?
Best, Christian On Thu, Apr 4, 2013 at 6:50 AM, Richa <rsinha2...@gmail.com> wrote: > We are stopping the route dynamically using a shutdown processor based on > some business conditions. > Basically, shutdown processor has the below code: > > exchange.getContext().stopRoute(RouteID,60000,TimeUnit.MILLISECONDS); > > This results in the following log statement on the console: > "Graceful shutdown of route completed!" > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CronSchedulePolicy-with-cxf-endpoint-tp5730206p5730304.html > Sent from the Camel - Users mailing list archive at Nabble.com. >