Install RabbitMQ using Docker Compose
RabbitMQ’s Docker Hub page provides us with Docker Images including the Management plugin using Alpine Linux (a Linux version is optimized for a very small size). You can use tags with names ending with management-alpine to install RabbitMQ using Docker Compose. My example is as… Read More