Aaron Whiteside created CAMEL-8599:
--------------------------------------
Summary: 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
(v6.3.4#6332)