INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible)

This commit is contained in:
Mark Fisher
2010-10-17 12:24:07 -04:00
parent 70bf4fb7fa
commit b265312903

View File

@@ -19,8 +19,8 @@
<int:channel id="testChannel" />
<int:inbound-channel-adapter channel="testChannel" method="get">
<bean class="org.springframework.integration.jmx.config.PollingAdapterMBeanTests$Source"/>
<int:poller fixed-rate="5000" max-messages-per-poll="1"/>
<bean class="org.springframework.integration.jmx.config.PollingAdapterMBeanTests$Source"/>
</int:inbound-channel-adapter>
<int:logging-channel-adapter channel="testChannel"/>