Re: Camel Multicast behaving strangely - please help

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

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:

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 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
Hello All i am getting as strange behavior from camel multicast. Looks like i am doing something wrong but cant point it. Need your help urgently. I a creating a multicast route to two endpoints as below: Start point : direct://start endpoint : direct://route1 endpoint : direct://route2

Re: Dynamic routing for backend micro services

2016-10-30 Thread nishat
Thabks for the response. The problem is that I have to do something from direct foo to bean pre process recipient list *process message for each endpoint in recipient list and then process response from each end point and then aggregate all responses* to bean post process I don't

Dynamic routing for backend micro services

2016-10-29 Thread nishat
Hello Friends, I have a requirement where my application is acting as a gateway and receive the viewid from the calling application. My application has to use this view id to get the endpoints for rest services form the database. The DB url keep changing so i have to be in sync with them. Also i