February 2018
Intermediate to advanced
456 pages
9h 56m
English
In your terminal, execute the following:
$ docker run -d -p 5672:5672 -p 15672:15672 --name rabbitmq rabbitmq
This will start a RabbitMQ container with the following setup:
You can check that your new RabbitMQ container is running by executing:
$ docker ps
Read now
Unlock full access