From 27bcc7e9ea48101e4daaebff7b9541829b4c693e Mon Sep 17 00:00:00 2001 From: Andy Fleming Date: Fri, 29 Dec 2017 17:26:06 -0500 Subject: [PATCH] Adding note about default port --- rabbitmq/content.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rabbitmq/content.md b/rabbitmq/content.md index cbfc5fc92..22c83d788 100644 --- a/rabbitmq/content.md +++ b/rabbitmq/content.md @@ -8,6 +8,10 @@ RabbitMQ is open source message broker software (sometimes called message-orient # How to use this image +## Default Port + +The AMQP protocol runs on port `5672` by default. + ## Running the daemon One of the important things to note about RabbitMQ is that it stores data based on what it calls the "Node Name", which defaults to the hostname. What this means for usage in Docker is that we should specify `-h`/`--hostname` explicitly for each daemon so that we don't get a random hostname and can keep track of our data: