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 2019/11/27 04:04:00 UTC

[jira] [Updated] (CAMEL-13807) Component DSL - To configure components like endpoint DSL

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

Claus Ibsen updated CAMEL-13807:
--------------------------------
    Fix Version/s:     (was: 3.x)
                   3.1.0

> Component DSL - To configure components like endpoint DSL
> ---------------------------------------------------------
>
>                 Key: CAMEL-13807
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13807
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.1.0
>
>
> Some components can also be configured, and today you can configure them via
> - spring boot auto configuration
> - camel main configuration
> - java code manually via setter/getter
> - xml syntax via <bean>
> We should look at generating a Java component DSL with fluent builder like camel-endpointdsl. Then its similar and you can configure them
>   component().jms().concurrentConsumers(5).keepAlive(6000)
> And then later if/when we do a XML version of endpoint DSL we can do one for components too.



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