Hi
I have the following requirement
ROUTE 1
from(some endpoint)
to("seda:test")
ROUTE 2
from("file://C:\Temp")
.process(Some Processor)
I want ROUTE 2 to start consuming from the file endpoint only when a message
is dropped on seda:test in ROUTE 1
Could you tell me how to achieve this in Apache Camel
--
View this message in context:
http://camel.465427.n5.nabble.com/File-Endpoint-consumption-of-file-once-message-arrives-on-seda-tp5739662.html
Sent from the Camel - Users mailing list archive at Nabble.com.