Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- is required by
-
CAMEL-14218 Property placeholders on component setters fail to replace values
- Resolved
- requires
-
CAMEL-8361 Camel Components - Generate per component XML schema
- Resolved
- links to