FTP to FTP file transfer through camel with Source Failover

2013-12-16 Thread kuntalc-techid
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

Message consumption stuck from activemq using camel jms component

2016-06-22 Thread kuntalc-techid
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