[rabbitmq-discuss] RabbitMQ server not listening to default AMQP port

Simon MacMullen simon at rabbitmq.com
Wed Aug 21 10:20:24 BST 2013


On 21/08/13 10:12, Emile Joubert wrote:
> 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.

Just to expand on this: Linux (by default) treats IPv4 as a special case 
of IPv6, so by listening on all IPv6 addresses we are also listening on 
all IPv4 ones.

Other OSes can behave differently. For further reading, the comment at 
http://hg.rabbitmq.com/rabbitmq-server/file/69052cb42a4b/src/rabbit_networking.erl#l389 
might be interesting.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list