Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
In camel-spring-boot we can control auto configuration of various services (component, languages, data-formats) using the following patter:
camel.${type}.${name}.enabled = true|false
so as example it is possible to turn off auto configuration of the seda component with a property like:
camel.component.seda.enabled = false
it would be nice to have the same feature in camel-main
Attachments
Issue Links
- links to