We are setting up a database with a front end program that parses csv files and dumps them into the DB. Files are coming from many locations at the same time and need to be persisted if anything goes wrong.
Is a message broker like rabbitmq a good application for this? I need a queue of some sort that can be read from the back end.