Re: Merging paths after multicast EIP // Strange Behavior

2020-07-03 Thread Reji Mathews
Oh i see what you mean! thank you Claus. On Fri, Jul 3, 2020 at 3:32 PM Claus Ibsen wrote: > On Fri, Jul 3, 2020 at 9:13 PM Reji Mathews wrote: > > > > Thanks for that quick response. What if I need to have more processing > > after the multi-cast eip? Suppose I want to use the aggregated outpu

Re: Merging paths after multicast EIP // Strange Behavior

2020-07-03 Thread Claus Ibsen
On Fri, Jul 3, 2020 at 9:13 PM Reji Mathews wrote: > > Thanks for that quick response. What if I need to have more processing > after the multi-cast eip? Suppose I want to use the aggregated output and > perform some massaging and push it into another remote service endpoint? > Yeah thats the poi

Re: Merging paths after multicast EIP // Strange Behavior

2020-07-03 Thread Reji Mathews
Thanks for that quick response. What if I need to have more processing after the multi-cast eip? Suppose I want to use the aggregated output and perform some massaging and push it into another remote service endpoint? Is that possible? On Fri, Jul 3, 2020 at 2:56 PM Claus Ibsen wrote: > Hi > >

Re: Merging paths after multicast EIP // Strange Behavior

2020-07-03 Thread Claus Ibsen
Hi You need to end the multicat assuming you only want to call a and b .multicast(stringConcatStrategy).parallelProcessing(true).to("direct:a","direct:b") should be .multicast(stringConcatStrategy).parallelProcessing(true) .to("direct:a","direct:b") .end() On Fri, Jul 3, 2020 at