The <poller/> element now accepts the "interval" attribute for an IntervalTrigger instead of "period".

This commit is contained in:
Mark Fisher
2008-09-24 19:40:38 +00:00
parent b52a2bb551
commit b0fc5da6a2
14 changed files with 22 additions and 22 deletions

View File

@@ -17,7 +17,7 @@
</si:channel>
<si:inbound-channel-adapter ref="jmsSource" channel="channel">
<si:poller period="5000" initial-delay="0" max-messages-per-poll="1"/>
<si:poller interval="5000" initial-delay="0" max-messages-per-poll="1"/>
</si:inbound-channel-adapter>
<jms:jms-source id="jmsSource" jms-template="jmsTemplate"/>