Просмотр исходного кода

Adding note about default port

Andy Fleming 8 лет назад
Родитель
Сommit
27bcc7e9ea
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      rabbitmq/content.md

+ 4 - 0
rabbitmq/content.md

@@ -8,6 +8,10 @@ RabbitMQ is open source message broker software (sometimes called message-orient
 
 
 # How to use this image
 # How to use this image
 
 
+## Default Port
+
+The AMQP protocol runs on port `5672` by default.
+
 ## Running the daemon
 ## 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:
 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: