On 17.05.2017 08:04, Prasad k wrote: > > I need camel route, which is being initialized using configurations stored > in database, to re-initialize on every change in database configuration at > run time(without Re-starting server)?
You might also want to have a look at using Camel routes packaged as OSGi bundles, at deployment in a Karaf runtime and at using Blueprint Property Placeholders + the reload update-strategy. Of course, this does not synchronise from a database, but from files. But this missing part can be easily delivered by an additional piece of code.