Re: Access original message after transform

2011-04-08 Thread Claus Ibsen
See the Content Enricher EIP http://camel.apache.org/content-enricher.html On Fri, Apr 8, 2011 at 5:11 PM, Simon Kelly wrote: > Hi > > I have a situation where I receive a message on a queue and need to > transform it to send it to a third party. I need to be able to combine the > response from

Access original message after transform

2011-04-08 Thread Simon Kelly
Hi I have a situation where I receive a message on a queue and need to transform it to send it to a third party. I need to be able to combine the response from the third party with the original message in order to produce my response. I can't seem to find a way of doing that. Any assistance great