INT-2219 - Setting the "auto-startup" attribute on Aggregators not possible

For reference see: https://jira.springsource.org/browse/INT-2219
This commit is contained in:
Gunnar Hillert
2011-11-02 13:15:20 -04:00
parent 2808d232f5
commit 15fa8b035f
2 changed files with 8 additions and 9 deletions

View File

@@ -13,6 +13,6 @@
<splitter id="splitter" input-channel="input" output-channel="aggregatorChannel"/>
<aggregator id="aggregator" input-channel="aggregatorChannel"/>
<aggregator id="aggregator" input-channel="aggregatorChannel" auto-startup="true"/>
</beans:beans>