Author: buildbot Date: Sun Mar 3 06:25:57 2013 New Revision: 852765 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/aggregator2.html websites/production/camel/content/book-pattern-appendix.html Modified: websites/production/camel/content/aggregator2.html ============================================================================== --- websites/production/camel/content/aggregator2.html (original) +++ websites/production/camel/content/aggregator2.html Sun Mar 3 06:25:57 2013 @@ -386,7 +386,10 @@ You must <b>not</b> throw any exceptions <h4><a shape="rect" name="Aggregator2-ManuallyForcetheCompletionofAllAggregatedExchangesImmediately"></a>Manually Force the Completion of All Aggregated Exchanges Immediately</h4> <p><b>Available as of Camel 2.9</b><br clear="none"> -You can manually complete all current aggregated exchanges by sending in a message containing the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS set to true. The message is considered a signal message only, the message headers/contents will not be processed otherwise.</p> +You can manually trigger completion of all current aggregated exchanges by sending a message containing the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS set to true. The message is considered a signal message only, the message headers/contents will not be processed otherwise.</p> + +<p><b>Available as of Camel 2.11</b><br clear="none"> +You can alternatively set the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS_INCLUSIVE to true to trigger completion of all groups after processing the current message.</p> <h4><a shape="rect" name="Aggregator2-UsingaList%3CV%3EinAggregationStrategy"></a>Using a List<V> in AggregationStrategy</h4> <p><b>Available as of Camel 2.11</b></p> Modified: websites/production/camel/content/book-pattern-appendix.html ============================================================================== --- websites/production/camel/content/book-pattern-appendix.html (original) +++ websites/production/camel/content/book-pattern-appendix.html Sun Mar 3 06:25:57 2013 @@ -2572,7 +2572,10 @@ You must <b>not</b> throw any exceptions <h4><a shape="rect" name="BookPatternAppendix-ManuallyForcetheCompletionofAllAggregatedExchangesImmediately"></a>Manually Force the Completion of All Aggregated Exchanges Immediately</h4> <p><b>Available as of Camel 2.9</b><br clear="none"> -You can manually complete all current aggregated exchanges by sending in a message containing the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS set to true. The message is considered a signal message only, the message headers/contents will not be processed otherwise.</p> +You can manually trigger completion of all current aggregated exchanges by sending a message containing the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS set to true. The message is considered a signal message only, the message headers/contents will not be processed otherwise.</p> + +<p><b>Available as of Camel 2.11</b><br clear="none"> +You can alternatively set the header Exchange.AGGREGATION_COMPLETE_ALL_GROUPS_INCLUSIVE to true to trigger completion of all groups after processing the current message.</p> <h4><a shape="rect" name="BookPatternAppendix-UsingaList%3CV%3EinAggregationStrategy"></a>Using a List<V> in AggregationStrategy</h4> <p><b>Available as of Camel 2.11</b></p>