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

Simon MacMullen simon at rabbitmq.com
Mon Feb 11 20:00:50 GMT 2013


On 11/02/2013 6:52PM, Matt Pietrek wrote:
> 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?

Yes, but a tweak is needed:

{rabbitmq_management, [{listener,          [{port, 55672}]},
                        {redirect_old_port, false}]}

Cheers, Simon


More information about the rabbitmq-discuss mailing list