INT-1291 removing deprecated sub-elements from <poller> elements in samples

This commit is contained in:
Mark Fisher
2010-07-29 22:48:53 +00:00
parent 334fea9a20
commit 3118379ed9

View File

@@ -25,8 +25,6 @@
<constructor-arg value="queue.reply"/>
</bean>
<integration:poller id="poller" default="true">
<integration:interval-trigger interval="1000"/>
</integration:poller>
<integration:poller id="poller" default="true" fixed-delay="1000"/>
</beans>