You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Omar Al-Safi (Jira)" <ji...@apache.org> on 2020/01/13 08:57:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17014134#comment-17014134 ] 

Omar Al-Safi commented on CAMEL-13807:
--------------------------------------

Will continue working on this starting from this week

> 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
>            Assignee: Omar Al-Safi
>            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)