[
https://issues.apache.org/jira/browse/CAMEL-13807?focusedWorklogId=381491&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-381491
]
ASF GitHub Bot logged work on CAMEL-13807:
------------------------------------------
Author: ASF GitHub Bot
Created on: 04/Feb/20 10:16
Start Date: 04/Feb/20 10:16
Worklog Time Spent: 10m
Work Description: omarsmak commented on pull request #3521: CAMEL-13807:
Add Component DSL fluent builders
URL: https://github.com/apache/camel/pull/3521
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 381491)
Time Spent: 20m (was: 10m)
> 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
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)