Hi

I want to build a route where I poll for all files in a directory every 24
hours, then aggregate the files in different groups and send them. So far I
have used an aggregator as below, but now a requirement to have a maximum of
for instance 100 messages per aggregated message has arisen. Any ideas how
to do this?

<aggregate strategyRef="myAggregator" completionFromBatchConsumer="true">
        <correlationExpression>
                <header>receiverAddress</header>
        </correlationExpression>

-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Aggregator-completionFromBatchConsumer-fallback-max-messages-tp2856427p2856427.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to