[rabbitmq-discuss] RabbitMQ server not listening to default AMQP port
Emile Joubert
emile at rabbitmq.com
Wed Aug 21 10:12:54 BST 2013
Hi,
On 21/08/13 03:52, Kal Sze wrote:
> tcp 0 0 0.0.0.0:39405 0.0.0.0:*
> LISTEN 9432/beam
This is the Erlang distribution protocol port. For more details see
http://www.erlang.org/doc/apps/erts/erl_dist_protocol.html
You should see the same port number on the output of "epmd -names"
> tcp6 0 0 :::5672 :::*
> LISTEN 9432/beam
The broker attempts to detect dual stacks during boot and starts network
listeners accordingly. You should be able to access the broker via IPv4
or IPv6 with a default config.
-Emile
More information about the rabbitmq-discuss
mailing list