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 (JIRA)" <ji...@apache.org> on 2012/10/09 09:38:03 UTC

[jira] [Created] (CAMEL-5695) Route with autoStartup=false should not pre start services

Claus Ibsen created CAMEL-5695:
----------------------------------

             Summary: Route with autoStartup=false should not pre start services
                 Key: CAMEL-5695
                 URL: https://issues.apache.org/jira/browse/CAMEL-5695
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
    Affects Versions: 2.10.0
            Reporter: Claus Ibsen
             Fix For: Future


See nabble
http://camel.465427.n5.nabble.com/autoStartup-and-Endpoints-tp5718204.html

We should consider when people specify autoStartup=false for routes, to not pre-warm/start the route services (eg we do this to validate etc.) and also to ensure we can enlist the route itself in JMX so you can start the route from JMX etc.

We would need to figure out to do this in a way so we wont invoke start on the route services prior. But still enlist the route in JMX etc, and do some sanity validation of the route.

There is some services that may do remote connection on start, which end users would like to defer to be executed until the route is manually started.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira