[rabbitmq-discuss] Can 3.0.2 management port listen on port 55672?

Matt Pietrek mpietrek at skytap.com
Mon Feb 11 18:52:41 GMT 2013


First off, let me state that I know that in RabbitMQ 3, the management port
# changes (by default) to 15672. In addition, I realize why this is a good
thing.

That said... Should it be possible to configure the management port in
3.0.2 to use port 55672? I ask because someone on our team didn't update
his configuration and tried to run 3.0.2, where his rabbitmq.config file
explicitly said to use 55672. The broker was unable to start and we saw
this in the log:

   {could_not_start,rabbitmq_management,
       {incompatible_listeners,
           {"RabbitMQ Management",[{port,55672}]},
           {"Redirect to port 55672",[{port,55672},{ignore_in_use,true}]}}}


I assume that this message indicates it doesn't want two things running on
55672 (the management port, and the redirect from 55672 to 15672). The
question is, is it intended that Rabbit work with 55672 if you explicitly
specify it?

Thanks,

Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130211/d325bda5/attachment.htm>


More information about the rabbitmq-discuss mailing list