Claus Ibsen created CAMEL-15270:
-----------------------------------

             Summary: camel-main - Allow to create routes from route template 
via configuration properties
                 Key: CAMEL-15270
                 URL: https://issues.apache.org/jira/browse/CAMEL-15270
             Project: Camel
          Issue Type: New Feature
          Components: camel-main
            Reporter: Claus Ibsen
             Fix For: 3.5.0


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

{code}
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
{code}

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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to