Aggregating from a loop

2022-05-05 Thread Meeraj Kunnumpurath
Hi, I have a need to invoke multiple endpoints from a loop and then aggregate the results and return that to a caller. I tried using multicast with a predefined set of endpoints, and I can get it working with an aggregation strategy. Since the endpoints are dynamic, I switched to using a loop,

Custom Transformation

2012-05-02 Thread Meeraj Kunnumpurath
Hi, I have a need to apply custom transformation using a third party library. My plan is to write a new data format. However, I am not sure whether it is the right component for me, as the need is to have one transform method, which doesn't fit well with the marshal/unmarshal pair. A second quest

Re: Custom Transformation

2012-05-02 Thread Meeraj Kunnumpurath
y 2, 2012 at 12:04 PM, Meeraj Kunnumpurath > wrote: > > Hi, > > > > I have a need to apply custom transformation using a third party library. > > My plan is to write a new data format. However, I am not sure whether it > is > > the right component for me, as t

Re: Custom Transformation

2012-05-02 Thread Meeraj Kunnumpurath
raul.fuse | twitter: @raulvk <http://twitter.com/raulvk>, > > @fusenews<http://twitter.com/fusenews> > > > > <http://twitter.com/fusenews> > > > > On 2 May 2012 15:11, Claus Ibsen wrote: > > > >> On Wed, May 2, 2012 at 4:08 PM, Meeraj Ku