Re: How to increase the performance for SFTP file polling consumer

2017-01-09 Thread Zoran Regvart
> .to("sftp://user:passw...@destination.sftp.server.com/output";) > .end() > > Is there any other configuration that needs to be applied to achieve the > processing speed of 100 files per poll and to process the file bet

How to increase the performance for SFTP file polling consumer

2017-01-09 Thread ravishankarhassain
t";) .end() Is there any other configuration that needs to be applied to achieve the processing speed of 100 files per poll and to process the file between instance in an intelligent and efficient manner. Any help suggestion or pointers is muc