Hi All,

I am developing a aggregator application which is supposed to consume a CSV and 
generate the message. I have developed it as a Spring boot application. The 
problem is when I transfer a file it takes only the first 150 record and 
processes. The file is still there in the folder. If I restart the application 
the whole file gets processed.


my code looks as follows.


@override

public void configure() {

String end point = 
"sftp://server:port/dropbox?delay=10000&moveFailed=failed&noop=true&preMove=done";

from(endpoint).to("direct:file_Processor")


}


Regards,

Prasad

Reply via email to