I have run below code and run it
Main main = new Main();
main.enableHangupSupport();
FileCopyRouterBuilder fileCopy=new FileCopyRouterBuilder();
fileCopy.initFileProcess("D:\\InBox","D:\\OutBox");
main.addRouteBuilder(fileCopy);
main.run(a);
Now I need to stop the Camel ? How Do I do it this ?-- View this message in context: http://camel.465427.n5.nabble.com/How-Do-I-Stop-The-Camel-tp5756386.html Sent from the Camel - Users mailing list archive at Nabble.com.
