Setup RabbitMQ with data persistent. By Docker and Docker Compose.

Prerequisites Setting up Docker Compose If you want to make your code more portable and share the same version of RabbitMQ with your developer colleagues, I highly recommend using Docker. Create a docker-compose.yml file into your project root folder. Install