Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
-
Unknown
Description
So you can define property placeholders using a dashed style
https://github.com/apache/camel/blob/master/components/camel-jms/src/main/docs/jms-component.adoc
For example to set the JMS component option you can do:
camel.component.jms.acceptMessagesWhileStopping=true
But would be nice to support dashed style too (ala spring boot)
camel.component.jms.accept-messages-while-stopping=true
This is needed for Camel standalone to make this easier / similar to spring-boot
Attachments
Issue Links
- requires
-
CAMEL-13243 Camel Main - Make it have more functionality and convention out of the box
- Resolved