-
1. Re: update the routes in an existing CamelContext at runtime
mjabali Nov 29, 2011 6:08 PM (in response to mayank27)Hi,
The current release of the FUSE Mediation Router (2.8.0-fuse-00-08) should support what you're looking for. Take a look at the API reference here: http://fusesource.com/docs/router/2.8/apidoc/org/apache/camel/impl/DefaultCamelContext.html .
The download is available here: http://fusesource.com/downloads/ and the documentation here: http://fusesource.com/products/enterprise-camel/#documentation
Hope this helps,
-Marcelo
-
2. Re: update the routes in an existing CamelContext at runtime
mayank27 Nov 29, 2011 8:47 PM (in response to mjabali)Im currently using the version 2.6.0-fuse-01-15. Is there a way to find out if this version supports the same as mentioned above?
Thanks.
-
3. Re: update the routes in an existing CamelContext at runtime
ffang Nov 29, 2011 8:50 PM (in response to mayank27)Hi,
It's FUSE ESB 4.3.1-fuse-01-15 which use camel 2.6.0-fuse-01-15.
Freeman
-
4. Re: update the routes in an existing CamelContext at runtime
mayank27 Nov 29, 2011 9:04 PM (in response to ffang)Ffang,
Since you mentioned "It's FUSE ESB 4.3.1-fuse-01-15 which use camel 2.6.0-fuse-01-15.", does that mean this version of camel can update the routes in an existing CamelContext at runtime as mentioned in example http://camel.apache.org/loading-routes-from-xml-files.html?
-
5. Re: update the routes in an existing CamelContext at runtime
njiang Nov 29, 2011 9:57 PM (in response to mayank27)Yes, it supports that, camel 2.6.0-fuse-01-15 is based on apache camel 2.6.0 with lots bug fixes.
Willem
-
6. Re: update the routes in an existing CamelContext at runtime
mayank27 Nov 30, 2011 10:33 AM (in response to njiang)Thanks Willem for the clarification.