Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-8599

Support a dependsOn="<route-id>" route attribute.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 2.15.1
    • None
    • camel-core
    • None
    • Unknown

    Description

      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.

      <route id="hello" dependsOn="world"/>
      <route id="world"/>
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            aaronjwhiteside Aaron Whiteside
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: