Re: Question on completionTimeout in AggregateDefinition

2013-07-10 Thread Sean Beck
Awesome thanks. Timeout is what I am using and it seemed to be waiting for inactivity, which I wanted, but I wanted to make sure. On Tue, Jul 9, 2013 at 11:52 PM, Claus Ibsen wrote: > Hi > > There is 2 timer related options > - timeout > - interval > > The former is based on inactivity, and the

Re: Question on completionTimeout in AggregateDefinition

2013-07-09 Thread Claus Ibsen
Hi There is 2 timer related options - timeout - interval The former is based on inactivity, and the latter is triggered in fixed schedules after a given interval elapsed. And the former is based on per correlated key, and the latter is general and for all. See details at http://camel.apache.org/

Re: Question on completionTimeout in AggregateDefinition

2013-07-09 Thread Christian Posta
nope. it will send off all the messages it has received in that one minute, then restart. On Tue, Jul 9, 2013 at 6:49 PM, Sean Beck wrote: > If i set the timeout for one minute in an aggregator will the timer restart > every time a new message comes over? Thanks > -- *Christian Posta* htt