ModelCamelContext interface.
[1]
https://svn.apache.org/repos/asf/camel/trunk/camel-core/src/main/java/org/apache/camel/model/ModelCamelContext.java
Babak
--
View this message in context:
http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480646.html
Sent from the Camel
Louis
--
View this message in context:
http://camel.465427.n5.nabble.com/Dynamic-reloading-of-routes-with-SpringXML-tp3396990p5480041.html
Sent from the Camel - Users mailing list archive at Nabble.com.
On Wed, Mar 16, 2011 at 2:49 PM, Arno Schatz wrote:
> Hi,
>
> Thanks for the routes-reloading link. very interesting.
>
> Actually we figured out, that we need to reload not only routes themselves
> but also bean definitions, cxf endpoints and
> other stuff. See a XML files snippet below as examp
Hi,
Thanks for the routes-reloading link. very interesting.
Actually we figured out, that we need to reload not only routes themselves but
also bean definitions, cxf endpoints and
other stuff. See a XML files snippet below as example. How would I reload such
a XML File?
thanks,
Arno
Hi
See this example
http://camel.apache.org/loading-routes-from-xml-files.html
And CamelContext have API for starting/stopping/removing routes at runtime
On Wed, Feb 23, 2011 at 2:01 PM, Arno Schatz wrote:
> Hi,
>
> For productive use of Camel we would need to add, remove reload routes at
> ru
Hi,
For productive use of Camel we would need to add, remove reload routes at
runtime without interuption to other routes.
Most routes are defined using SpringXML. I have seen the smples of starting,
stop and packageScan, but it seems they are
all for Java DSL. I have not seen a way to dynamical