Hi

I have the following route

 from(netty:localhost).to(first processor).to(netty:external).to(second
processor)

Suppose a client has sent a request with some ten fields and after
processing at first processor

then it is sent to external host with only five fields and then to second
processor.

Now how can i send the response to the client by combining all  the
fields(first ten and any additional fields).





-----
Regards

kiran Reddy
--
View this message in context: 
http://camel.465427.n5.nabble.com/building-response-along-with-request-data-tp5727111.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to