You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/09 13:50:41 UTC

[jira] [Resolved] (CAMEL-234) support the auto-reloading of Camel routing rules from XML

     [ https://issues.apache.org/jira/browse/CAMEL-234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-234.
-------------------------------

    Resolution: Won't Fix
      Assignee: Claus Ibsen

Yeah this is out of scope for Camel itself. People can update routes from XML files using the API on CamelContext. We have an example in the cookbook documentation page.

A server such as Tomcat, Jetty, ServiceMix which can hot-deploy an app is the better choice. A Camel route could have updated java code, reference to other beans, and whatnot, that Camel itself cannot update on-the-fly.
                
> support the auto-reloading of Camel routing rules from XML
> ----------------------------------------------------------
>
>                 Key: CAMEL-234
>                 URL: https://issues.apache.org/jira/browse/CAMEL-234
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: james strachan
>            Assignee: Claus Ibsen
>             Fix For: Future
>
>
> If we support something like
> {code}
> <camelContext ...>
>   <import uri="rules.xml"/>
> </camelContext>
> {code}
> we could auto-detect if rules.xml changes and auto-reload 'em so that folks could dynamically change the routing rules

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira