So, we have application that runs it own process at some point in time and produces information, now this information is basically consumed by several other applications. The current approach to the solution is for this source application to create a file and send it to each and every consumer through FTP. The data sent over would be around 2-3 million records. I think FTP is an old technology for this purpose and that there are better ways of solving this problem. Any thoughts?So, we have application that runs it own proces