Frank Schwarz wrote: > > How do you read it? > (a) The aggregation is aborted after the batchTimeout, leading to possibly > fragmentary messages. The aggregation is started, when the first message > is available. > (b) The aggregator waits the batchTimeout timespan and then begins the > aggregation. Only messages that are available at this time are aggregated. > > I understand (a) but unfortunately observe (b). >
It is rather option b). The aggregator will take all aggregated messages after the specified timeout and send it in one message (exchange). Perhaps this article helps you as well: http://tmielke.blogspot.com/2009_01_01_archive.html -- View this message in context: http://www.nabble.com/Aggregator-batchTimeout-tp23127654p23134835.html Sent from the Camel - Users mailing list archive at Nabble.com.