Re: Using ConsumerTemplate to fetch files.

2017-04-02 Thread dilip.pashupathi
Hi, I also tried your suggestions like below from("ftp://username@localhost:8899/...") .mulitcast().to("direct:processes-backup","direct:upload-fresh"); from("direct:process-backup") .bean(responseTranslator,"translate"). But when I started my jetty server where the service is deploy

Re: Using ConsumerTemplate to fetch files.

2017-04-02 Thread dilip.pashupathi
Hi, Thanks for the reply, The thing is we don't have multiple FTP servers. We have only one server where all operations happens. 1. At the root folder of the FTP, there is file that needs to be deleted 2. Before deleting that file, the file should be taken as a backup and placed in one of the sub