INT-1494 switched order of poller and inner bean (need to determine how to make XSD more flexible)
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user