Is there anyway to run a route with direct and then read a file.
from("direct:start").to("file://...") : this tries to write to the file.
from("direct:start").from("file://...") : this will start two routes, and
will not fire the file based on a direct:start request.
How may I do this?
Regards
--
View this message in context:
http://camel.465427.n5.nabble.com/Direct-start-then-read-file-in-a-route-tp5793674.html
Sent from the Camel Development mailing list archive at Nabble.com.
