Changed 'source-endpoint' to 'channel-adapter'.

This commit is contained in:
Mark Fisher
2008-07-05 20:04:37 +00:00
parent 5a40f17826
commit b2be3f4d58

View File

@@ -11,9 +11,9 @@
<si:channel id="channel"/>
<si:source-endpoint id="endpoint" source="jmsSource" channel="channel">
<si:channel-adapter id="endpoint" source="jmsSource" channel="channel">
<si:schedule period="5000"/>
</si:source-endpoint>
</si:channel-adapter>
<si:jms-source id="jmsSource" jms-template="jmsTemplate"/>