I have my inbound channel adapter configuration as below:
<int-sftp:inbound-channel-adapter id="ftpInbound"
session-factory="sftpSessionFactory"
channel="ftpChannel"...
Type: Posts; User: ramalingam; Keyword(s):
I have my inbound channel adapter configuration as below:
<int-sftp:inbound-channel-adapter id="ftpInbound"
session-factory="sftpSessionFactory"
channel="ftpChannel"...
Thanx a lot it did help me to better understand what inbound adaptors are for.
I have the following Spring Configuration
<context:property-placeholder location="/spring/ftp/ftp.properties"/>
<bean id="sftpSessionFactory"...