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
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.
>
>
> -
>
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
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