I have camel route. In that, I need to have original message which I
received/consumed in <from> tag at the end of same route (Like below)
without using/setting to header or property. As that message is too heavy. I
don't want to let down the performance. 

<route>
   <from ......> 
   <process 2>
   <process 3>
   <process 4>
   <process 5>
</route>

Do we have any other mechanism to have the same message/object which i
received in <from> tag at the end of route ? 

JFYI: all processor are executed sequentially so multicast also not worked
in this case.


/Sarfaraj



--
View this message in context: 
http://camel.465427.n5.nabble.com/Need-original-message-at-the-end-of-the-route-tp5734290.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to