On Fri, Nov 4, 2011 at 11:20 PM, mayank27 <[email protected]> wrote: > Hi, > > The project im working on require me to update camel routes at runtime using > config admin. Is there a way to achieve this? im starting to learn camel. >
Not using osgi config admin. Well CamelContext has API for removing/add/updating routes at runtime. For example from an XML file. See this example http://camel.apache.org/loading-routes-from-xml-files.html And we have a Karaf commands for Camel where you can control Camel http://camel.apache.org/karaf > Thanks > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Update-camel-route-at-runtime-using-config-admin-tp4965455p4965455.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
