The <poller/> element now accepts the "interval" attribute for an IntervalTrigger instead of "period".
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user