On Tue, May 10, 2011 at 8:03 PM, cmveal wrote:
> I've been trying to figure out how graceful shutdown works with aggregator
> and shutdownRunningTask="CompleteAllTasks".
>
> If I use a completionInterval="5000", would that mean that my messages
> successfully get processed given that shutdown take
for the aggregator...use both completionSize and completionTimeout to make
sure exchanges aren't left hanging (forever theoretically). In general, if
you use a shutdown strategy timeout greater than your completionTimeout and
you should be covered (assuming the rest of your route if relatively qui