Change splitter channel name to toSplitter

This commit is contained in:
Gary Russell
2011-08-29 14:16:52 -04:00
parent 6131356619
commit f42cb8bc35

View File

@@ -29,9 +29,9 @@
command="ls"
command-options=""
expression="payload"
reply-channel="toSplitter1"/>
reply-channel="toSplitter"/>
<int:splitter input-channel="toSplitter1" output-channel="toGet"/>
<int:splitter input-channel="toSplitter" output-channel="toGet"/>
<int-sftp:outbound-gateway id="gatewayGET"
local-directory="#{ T(System).getProperty('java.io.tmpdir')}"