Hi, I'm in need to load some camel route attributes like file paths etc from the database and I'm initializing CamelContext from within spring. Also I use java DSL rather than XML DSL. I need camel to pickup the new values if I change those in the database. 1. Do I have to restart the camel context in order for the new attributes to take effect? 2. If so how to start/stop CamelContext from within a Spring web application
Any help is appreciated. Regards Sashika.