Thanks to all for your help. I've done some reading and unfortunately much
of the content is way over my head I'm a sys admin with no development
background. As stated previously, I have several basic routes in the
Blueprint XML format. Most of my routes grab a remote file and place it on
a FTP server, or something basic like that. I'd like to get an email if a
route fails. Can this be done easily within the confines of the Blueprint
XML format? Or do I have to know Java to make this happen?
For added context, my routes essentially look like this:
<blueprint>
<camelContext>
<route>
<from uri="file:// blah blah
<log message="Moving ${file:name}
<to uri="ftp://user@blah blah
</route>
</camelContext>
</blueprint>
--
View this message in context:
http://camel.465427.n5.nabble.com/Email-Alerts-Upon-FTP-Failure-tp5744376p5744742.html
Sent from the Camel - Users mailing list archive at Nabble.com.