[GitHub] camel pull request #2483: CAMEL-12741: type conversion with SjmsMessage
Github user zregvart closed the pull request at: https://github.com/apache/camel/pull/2483 ---
[GitHub] camel pull request #2483: CAMEL-12741: type conversion with SjmsMessage
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/2483 CAMEL-12741: type conversion with SjmsMessage If we don't copy Exchange in `SjmsMessage::copyFrom` then type conversion doesn't work. I'm not sure what approach to take for resolving [CAM