Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
See PR
https://github.com/apache/camel/pull/1159#issuecomment-245058482
We should either remove the exchange pattern from the docs, or infer its default value as
- InOnly if its consumerOnly=true
- InOut otherwise
Most components dont change the MEP explicit and it can therefore be wrong as InOnly in some cases.
Only special components such as JMS may see the MEP as InOnly if there is no JMSReplyTo header.