Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
Unknown
Description
Context
Using spring boot container with camel 3 i'm unable to use original message i get this exception
Error executing reactive work due to AllowUseOriginalMessage is disabled. Cannot access the original message.. This exception is ignored
Even doing this:
getContext().setAllowUseOriginalMessage(true);
I observe using debugger that org.apache.camel.impl.engine.AbstractCamelContext.isAllowUseOriginalMessage() is called twice at startup first allowUseOriginalMessage is true then is become false
Attachments
Attachments
Issue Links
- depends upon
-
CAMEL-14259 camel-spring-boot - When using main-run-controller then CamelContext is initialized twice
- Resolved