June 2016
Intermediate to advanced
436 pages
10h 37m
English
As our example also uses RabbitMQ, let's explore how to set up RabbitMQ as a Docker container. The following command pulls the RabbitMQ image from Docker Hub and starts RabbitMQ:
docker run –net host rabbitmq3
Ensure that the URL in *-service.properties is changed to the Docker host's IP address. Apply the earlier rule to find out the IP address in the case of Mac or Windows.
Read now
Unlock full access