Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-spring, camel-spring-boot
-
Labels:None
-
Estimated Complexity:Unknown
Description
Within a spring-boot based application it is possible to load spring xml based camel context but that's may cause issues as spring boot won't create and configure a camel context but it will be created by the camel-spring based on the xml file so any context configuration one may expect to tweak via spring-boot properties won't be taken into account.
An example can be found here: https://github.com/lburgazzoli/camel-spring-xml were as example, the set the camel context name with the property camel.springboot.name does not work but the camel context will be named according to the spring-xml file.
Attachments
Issue Links
- links to