Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
How do I handle failures when consuming for example from a FTP serverWhen you do a route such as from("ftp://foo@somesever.com?password=secret").to("bean:logic?method=doSomething"); And there is a failure with connecting to the remote FTP server. The existing Error handling in Camel is based on when a message is being routed. The FTP component have a few options ( But you can also plugin your own implementation and determine what to do using the See also |