On 2017-02-16 09:52, Claus Ibsen wrote:
What version of Camel do you use, and what kind of Camel component is
the message originally from
I'm using 2.18.2 with the File component. The other user I referenced
mentions 2.12.1 also with the File component.
On Wed, Feb 15, 2017 at 3:22 PM, Tristan Hill <tris...@me.uk.eu.org>
wrote:
Perhaps in the DefaultUnitOfWork constructor the exchange should be
set
on originalInMessage for this to work?
Further on this, it appears message.setExchange is not on the Message
interface but a public method on MessageSupport. Would it make sense to
have it on the interface as well so the object doesn't need to cast?
Thanks
Tristan