<div dir="ltr"><div>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.<br><br>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&#39;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:<br>
<br><pre>   {could_not_start,rabbitmq_management,
       {incompatible_listeners,
           {&quot;RabbitMQ Management&quot;,[{port,55672}]},
           {&quot;Redirect to port 55672&quot;,[{port,55672},{ignore_in_use,true}]}}}<br><br><br></pre>I assume that this message indicates it doesn&#39;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?<br>
<br>Thanks,<br><br>Matt<br></div></div>