Hi everyone,after much research, I need your assistance and best practices
for my problem. I'm drawing the system architecture related to this scenario
that is a small part of the entire project:Several customers can upload file
on FTP Server that will be downloaded via ESB and then will be processed.I
use JBoss Fuse like ESB that integrates Apache Camel.So, best practices for
to do this:1. Unique upload folder for all customers and so unique endpoint
consumer (from)? How is managed the concurrency? How to configure it?2. One
upload folder for each customer and single router (In the same RouteBuilder
from(uri1).from(uri2)...from(urin).to(...) ) is this thread-safe?3. One
upload folder and one Router for each customer ( For n customer -> n Router
where will be defined  from(uri_i).to(...) ) Which of these options? or any
idea? What is the best configuration?The option readLock can be used to
force Apache Camel not to consume files that are currently in the process of
being written. Perfect or to do anything else?What should I do to make the
application scalable? Clustering? How to change the configuration?Thanks in
advance.GreetingMichele



--
View this message in context: 
http://camel.465427.n5.nabble.com/FTP-Component-Consumer-tp5773036.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to