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

Kal Sze swordangel at gmail.com
Wed Aug 21 03:52:00 BST 2013


Hello,

I installed RabbitMQ 3.1.5 on Ubuntu 12.04, using the rabbitmq.com apt 
repository. Somehow it seems that it is not listening to the default AMQP 
port on IPv4 interfaces, only on IPv6, even though I don't have a 
rabbitmq-env.conf file defined. Instead, a random IPv4 port is picked every 
time the RabbitMQ server is started:

    $ sudo netstat -lnp | grep beam
    tcp        0      0 0.0.0.0:52905           0.0.0.0:*               
LISTEN      16239/beam
    tcp6       0      0 :::5672                 :::*                   
 LISTEN      16239/beam
    $ sudo service rabbitmq-server restart
     * Restarting message broker rabbitmq-server                           
             [ OK ]
    $ sudo netstat -lnp | grep beam
    tcp        0      0 0.0.0.0:39405           0.0.0.0:*               
LISTEN      9432/beam
    tcp6       0      0 :::5672                 :::*                   
 LISTEN      9432/beam

Is that supposed to be a bug?

Best Regards,
Kal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130820/31a8f9fa/attachment.htm>


More information about the rabbitmq-discuss mailing list