Hello, I need to restart the camel context with a quartz at fixed interval. But when I do context.stop() and then context.start() inside quartz processing; the context stop but doesnt start again... Also, when I remotely invoke the JMX camel restart, it works. Is this a normal behaviour?
Thanks.