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

camel-main - Allow to create routes from route template via configuration properties

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.5.0
    • camel-main
    • None
    • Unknown

    Description

      After CAMEL-14963

      We should be able to also specify in spring-main configuration parameters for route templates so you can create routes without coding

      camel.route-template[foo].template-id = myTemplate
      camel.route-template[foo].greeting = Hello
      camel.route-template[foo].delay = 5s
      
      camel.route-template[bar].template-id = myTemplate
      camel.route-template[bar].greeting = Davs
      

      Here 2 routes will be created based on the same template, route foo and bar.

      Attachments

        Issue Links

          Activity

            People

              davsclaus Claus Ibsen
              davsclaus Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: