Hey Nishat, I see that you've added the 'new DeepCloneRequest()' in a process() statement rather than a 'onPrepare()'.
Can you check the onPrepare section (the last section) for the Camel multicast documentation - http://camel.apache.org/multicast.html Thanks, Nikhil. On Tue, 13 Dec 2016 at 02:16 nishat <nishat.dhil...@gmail.com> wrote: > Hello Nikhil, > > just to clarify the request is a pojo. and i want to send the exact copy of > request to the multicasted endpoints. The problem is after first route in > multicast, the second route dont get the exact copy of the initial route > but > a processed copy of first route. hoping to receive some more help form you. > > also noticed that multicast send the same request object to both routes > instead of copy of initial request. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely-please-help-tp5791319p5791378.html > Sent from the Camel - Users mailing list archive at Nabble.com. >