Re: Camel Multicast behaving strangely - please help

2016-12-12 Thread Nikhil Vibhav
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

Re: Camel Multicast behaving strangely - please help

2016-12-12 Thread nishat
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

Re: Camel Multicast behaving strangely - please help

2016-12-12 Thread Nikhil Vibhav
at 14:00 nishat <nishat.dhil...@gmail.com> wrote: > Hello Hans, > > I tried your suggestion but got the same issue. any other idea? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely-please-help-t

RE: Camel Multicast behaving strangely - please help

2016-12-12 Thread nishat
Thanks for the response. but the problem is that my endpoint are coming from a ArraylistList for multicast. But i will try you suggestion by hard coding it. will let you know in a while. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely

RE: Camel Multicast behaving strangely - please help

2016-12-12 Thread nishat
Hello Hans, I tried your suggestion but got the same issue. any other idea? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely-please-help-tp5791319p5791327.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Camel Multicast behaving strangely - please help

2016-12-09 Thread Hans Orbaan
Can you try: multicast(.) .to("direct://route1") .to("direct://route2") -Oorspronkelijk bericht- Van: nishat [mailto:nishat.dhil...@gmail.com] Verzonden: Friday 9 December 2016 15:36 Aan: users@camel.apache.org Onderwerp: Camel Multicast behaving strangely - pl

Re: Camel Multicast behaving strangely - please help

2016-12-09 Thread nishat
the camel version i am using is 2.17.3 -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely-please-help-tp5791319p5791320.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Multicast behaving strangely - please help

2016-12-09 Thread nishat
that multicast receive in both route 2 and 3. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Multicast-behaving-strangely-please-help-tp5791319.html Sent from the Camel - Users mailing list archive at Nabble.com.