[GitHub] camel pull request #2483: CAMEL-12741: type conversion with SjmsMessage

2018-08-22 Thread zregvart
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

2018-08-20 Thread zregvart
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