You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/07/17 08:14:00 UTC

[jira] [Assigned] (CAMEL-15270) camel-main - Allow to create routes from route template via configuration properties

     [ https://issues.apache.org/jira/browse/CAMEL-15270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-15270:
-----------------------------------

    Assignee: Claus Ibsen

> 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
>            Assignee: Claus Ibsen
>            Priority: Major
>             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)