Hi, How to get lifecycle events of CamelContext?. I need to know when CamelContext is initialised. I am looking something like Spring ApplicationListener. I need CamelContext after initialization so that I can add new routes after reading them from database.
As of now I am using Camel Event component to listen for events. Is this the right way to do it?. Anto