Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.11.1
-
None
-
springboot 2.5.3 + camel 3.11.1
-
Unknown
Description
Hi ,
we are using Camel(3.11.1) Spring Ws for the ws server and use wiretap eip to log and found the following problem:
the wiretap exchange lost the original message body.i found the reason is: doCopyResults method in ExchangeHelper will not copy body while the result exchange's pattern is InOptionalOut.but I don't know how to change it and when the InOptionalOut Exchange offer to exchange pool (I set exchange factory = pooled)
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-16902 camel-core - WireTap should preserve OUT message when copying
- Resolved
-
CAMEL-16900 camel-core - ExchangeFactory should create exchange with default MEP from its endpoint
- Resolved