I have an application with two camel routes:
Route 1 (Consumer Route)
Reads a text file having no. of records (line separated), split them based
on each line and sends each split record to another queue ('intermediate'
queue)
Route 2 (Producer Route)
Reads each record from intermediate
Hi,I want to transfer some files from one FTP location (Source FTP) to
another FTP location (Destination FTP) through camel. Now, I know that
through Camel we can handle the failover of the destination FTP server as
following:public class FtpRouteBuilder extends RouteBuilder { @Override
public vo