RabbitMQ, FTP Microservice and Docker
I decided to make a quick video on a microservice written in Scala and Akka working with a RabbitMQ message broker and a Pure FTPD service both running inside Docker containers.
The video will demonstrate:
- An Intro to RabbitMQ and its web interface.
- Some fallback mechanisms if RabbitMQ goes down or the Application goes down.
- Consuming messages from queues asynchronously.