Hi You can use the Java API on CamelContext to add new routes, stop and remove existing etc.
To use Java DSL then there is the addRouteBuilder to do that. On Mon, Feb 2, 2015 at 1:43 PM, Simon Heinrich <[email protected]> wrote: > How do I programmatically create a Camel route (using URIs where possible) to > read a file from an FTP site and get the content into memory? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Reading-the-content-of-a-file-retrieved-via-FTP-into-memory-tp5762330.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen hawtio: http://hawt.io/ fabric8: http://fabric8.io/
