Category "spring-integration-sftp"

SFTP retry using Spring Integration

I am using spring integration to connect the server using SFTP. Is there anyway I can setup retry in case of connection failure ? My code: public SessionFactory

Need to process multiple files in parallel in Spring Integration

I have a SFTP directory and reading files and sending the files for further processing to a ServiceActivator.At any point I need to process them parallely using