[ https://issues.apache.org/jira/browse/CAMEL-8599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-8599. -------------------------------- Resolution: Won't Fix > Support a dependsOn="<route-id>" route attribute. > ------------------------------------------------- > > Key: CAMEL-8599 > URL: https://issues.apache.org/jira/browse/CAMEL-8599 > Project: Camel > Issue Type: New Feature > Components: camel-core > Affects Versions: 2.15.1 > Reporter: Aaron Whiteside > Priority: Minor > > Support a dependsOn="<route-id>" route attribute > Much like spring's depends-on bean attribute. > Calculate the start order based on the dependsOn graphs. Using startupOrder > in a dynamic route environment is hard because the startupOrder must be > unique across all routes. > {code:xml} > <route id="hello" dependsOn="world"/> > <route id="world"/> > {code} -- This message was sent by Atlassian JIRA (v7.6.14#76016)