Re: Integration Pattern

2015-11-17 Thread souciance
A pattern is not FTP-->E-mail. Its is more abstracted than that. Why not simply have a route for the FTP, and if the body is not empty, send it to another route which creates the e-mail and sends it? -- View this message in context: http://camel.465427.n5.nabble.com/Integration-Pattern-tp57735

Re: Integration Pattern

2015-11-17 Thread Claus Ibsen
sword=secret&to=m...@mail.org&subject=Upload-finis > hed") > .otherwise() > .to("scp://scp.host.org/dir?username=me&password=secret") > ; > > > > Jan > > > >> -Ursprüngliche Nachricht- >> Von: S

Re: Integration Pattern

2015-11-09 Thread SteveR
Hi Ishada: Maybe checkout the Camel Mail Component . SteveR -- View this message in context: http://camel.465427.n5.nabble.com/Integration-Pattern-tp5773535p5773547.html Sent from the Camel - Users mailing list archive at Nabble.com.