Hi i am working with ftp inbound and i am reading a file from one inbound and i want to distribute that file to multiple locations ex in my case it is 2 locations.
So i am reading a file from FTP inbound and i want to distribute the same copy to FTP outbound and one copy to File Outbound. How my flow XML looks like. Please help me on the same
15 answers
Thats why you should use scatter- gather as it will move the payload to both the file and ftp in parallel ..
The design you have drawn is sequential one after another
Are you sure the payload will not be lost after it writes to the file ?