I'm having a problem.
I have an application that I'm deploying twice in two different servers, this application uses the ftp component:
<from uri="ftp://..." />
As I'm deploying it twice (Like this) I'm having concurrency and some files in FTP server are being processed twice or are throwing exceptions (FileNotFoundException) when the other Node process it first.
Is there any solution for this?
Thx.