Folks I am confused by the documentation:
Time in millis that an aggregated exchange should be inactive before its complete. Camel has a background task that runs once a minute to check for inactive aggregated exchanges. This option can be set as either a fixed value or using an Expression which allows you to evaluate a timeout dynamically - will use Long as result. If both are set Camel will fallback to use the fixed value if the Expression result was null or 0. You cannot use this option together with completionInterval, only one of the two can be used. It seems that the timeout will be at least a minute. My unit tests show that to be the case. Can I set a lower timeout in another way (I would prefer it to be around 30 seconds)? Thanks Ray -- View this message in context: http://camel.465427.n5.nabble.com/aggregator-completionTimeout-tp4283669p4283669.html Sent from the Camel - Users mailing list archive at Nabble.com.