Re: Combining TimeoutAwareAggregationStrategy and AbstractListAggregationStrategy

2016-07-03 Thread Steve973
letionOnStop="true"> > > true > > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Combining-TimeoutAwareAggregationStrategy-and-AbstractListAggregationStrategy-tp5784537p5784678.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Combining TimeoutAwareAggregationStrategy and AbstractListAggregationStrategy

2016-07-02 Thread raffi
Try this; completes when total aggregate size exceeds 75, or 10 seconds elapses, whichever comes first. true -- View this message in context: http://camel.465427.n5.nabble.com/Combining-TimeoutAwareAggregationStrategy

Combining TimeoutAwareAggregationStrategy and AbstractListAggregationStrategy

2016-06-29 Thread Steve973
Is it possible to combine TimeoutAwareAggregationStrategy and AbstractListAggregationStrategy into a hybrid of the two? Or will I need to only implement TimeoutAwareAggregationStrategy and add the list aggregation behavior? Thanks, Steve