Re: Using the aggregator pattern

2018-02-20 Thread Meissa Sakho
I have tried the completionInterval option instead. It seems to work better. 2018-02-21 7:19 GMT+01:00 Sorin Dan : > Hello, > > Form my understanding the completionTimeout is the amount of time waited > for a new piece of information to be available on the channel. So if it > isn't detected anyth

Re: Using the aggregator pattern

2018-02-20 Thread Sorin Dan
Hello, Form my understanding the completionTimeout is the amount of time waited for a new piece of information to be available on the channel. So if it isn't detected anything on the channel for 10 seconds, the aggregation is considered completed and the message is sent to the file. Best regards,

Using the aggregator pattern

2018-02-20 Thread Meissa Sakho
Hello everyone, I'm trying to use the Aggregator Pattern with the 2 requirements below: A large quantity of fixed loan data is sent to the application through the file system. The loans should be aggregated with a defined correlation id to batch of 20 files. When a laps of 10 seconds elapses, the