Modified channel-adapter configuration in tests.

This commit is contained in:
Mark Fisher
2008-09-24 02:08:14 +00:00
parent 4664ef5f81
commit 648ae40605
3 changed files with 5 additions and 5 deletions

View File

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