By mitchp
via java.dzone.com
Published: Dec 13 2012 / 08:53
In this blog, we will test a Spring Integration flow which checks for a list of files, apply a splitter to separate each file and start downloading them into a local location. Once the download is complete, it will delete the files on the FTP server. In my next blog, I will show how to do JUnit testing of Spring Integration flow with SFTP Server.
Add your comment