Hi

Here is an unit test that tests it groups the body as a List
https://github.com/apache/camel/commit/f000201a1d0200fa8b9e596a516a84acb85dc538

On Sat, Apr 4, 2020 at 9:50 AM Claus Ibsen <claus.ib...@gmail.com> wrote:
>
> Hi
>
> Are you really sure as its supposed to store a List<Object> that are
> the message body.
> But there are however only one unit test for this in camel-jms, so
> lets add one to camel-core.
>
> On Fri, Apr 3, 2020 at 11:23 PM Craig Taylor <ctalk...@ctalkobt.net> wrote:
> >
> > I'm wanting to accumulate all exchanges matching a correlation expression
> > (id) into a list for a given period of time.  I've looked at the
> > GroupedBodyAggregationStrategy and it returns an Exchange with a body of
> > List<Exchange>'s where I had expect an Exchange with a body of
> > List<Body_type> back.
> >
> > aggregate(simple("${body.id}"), new GroupedBodyAggregationStrategy())
> >     .completionTimeout(5000L)
> >
> > I wasn't able to find documentation on the built-in aggregator however,
> > this "sounds" like the right one to use based on naming.  Desperation wise,
> > attempting the other Grouped Aggregators didn't yield the solution either.
> >
> > Thanks,
> > --
> > -------------------------------------------
> > Craig Taylor
> > ctalk...@ctalkobt.net
>
>
>
> --
> Claus Ibsen
> -----------------
> http://davsclaus.com @davsclaus
> Camel in Action 2: https://www.manning.com/ibsen2



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to