There is an email component in camel. SMTP specifically. You just have to add a to() line and the appropriate configuration. A CBR is a Content Based Router which is one of the well known Enterprise Integration Patterns. I would advise you to get Camel in Action and read the first 2 chapters before you do anything else. Also the book "Enterprise Integration Patterns" would be useful to read. Without that background you will be lost completely.
*Robert Simmons Jr. MSc. - Lead Java Architect @ EA* *Author of: Hardcore Java (2003) and Maintainable Java (2012)* *LinkedIn: **http://www.linkedin.com/pub/robert-simmons/40/852/a39 <http://www.linkedin.com/pub/robert-simmons/40/852/a39>* On Wed, Dec 11, 2013 at 3:47 PM, funkymonk <[email protected]> wrote: > Ok great, thank you very much. I think I found the Blueprint Example. My > existing routes only have the <blueprint> and <camelContext> tags in them. > So if I want to receive an email when the FTP transaction in my route > fails, > I will need to add a bean component and reference that bean in the route? > I'm just trying to outline the process at a very high level to help me do > my > own research. Right now, I'm not clear at all on what I need to do. Any > guidance is greatly appreciated. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Email-Alerts-Upon-FTP-Failure-tp5744376p5744639.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
