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

This commit is contained in:
Mark Fisher
2010-07-29 22:50:47 +00:00
parent 3118379ed9
commit d550340889

View File

@@ -19,9 +19,7 @@
<jmx:attribute-polling-channel-adapter channel="seconds"
object-name="org.springframework.integration.samples.jmx:type=StopWatch,name=stopWatch"
attribute-name="Seconds">
<si:poller max-messages-per-poll="1">
<si:interval-trigger interval="1" time-unit="SECONDS"/>
</si:poller>
<si:poller max-messages-per-poll="1" fixed-delay="1000"/>
</jmx:attribute-polling-channel-adapter>
<si:publish-subscribe-channel id="seconds"/>