Re: building response along with request data

2013-02-09 Thread Raul Kripalani
The enricher EIP does that for you. You just worry about writing the code to merge the data from both messages. Raúl. On 9 Feb 2013 08:18, "kiranreddykasa" wrote: > > Yeah but where can I can save the request message until it gets > processed..?? > > And after saving how can co relate the reques

Re: building response along with request data

2013-02-09 Thread Claus Ibsen
On Sat, Feb 9, 2013 at 9:18 AM, kiranreddykasa wrote: > > Yeah but where can I can save the request message until it gets > processed..?? > > And after saving how can co relate the request and response ?? > Read the docs, and try it out with your own hands. This is how you learn. > > > - >

Re: building response along with request data

2013-02-09 Thread kiranreddykasa
Yeah but where can I can save the request message until it gets processed..?? And after saving how can co relate the request and response ?? - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/building-response-along-with-request-data-tp5727111p572726

Re: building response along with request data

2013-02-07 Thread Claus Ibsen
On Thu, Feb 7, 2013 at 1:43 PM, kiranreddykasa wrote: > 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 s