<div dir="ltr">I am running 3 instances of rabbit in my windows computer (to learn about clustering)<div>I am trying activate the managment plugin for all three instances.</div><div><br></div><div>I have updated the batch file and the instances are loaded each with the management plugin. </div>
<div>but not together. </div><div>I need to change the default port.</div><div><br></div><div>So I renamed rabbitmq.config.example  to rabbitmq.config (in ..\rabbitmq_server-3.2.2\etc)</div><div><br></div><div>And I have replaced all of the text under </div>
<div><br></div><div><div><br></div><div> {rabbitmq_management,</div><div>  [%% Pre-Load schema definitions from the following JSON file. See</div><div>   ...</div><div><br></div><div><br></div><div>   %%</div><div>   %% {listener, [{port,     12345},</div>
<div>   %%             {ip,       "127.0.0.1"},</div><div>   %%             {ssl,      true},</div><div>   %%             {ssl_opts, [{cacertfile, "/path/to/cacert.pem"},</div><div>   %%                         {certfile,   "/path/to/cert.pem"},</div>
<div>   %%                         {keyfile,    "/path/to/key.pem"}]}]},</div><div><br></div><div>   ...</div><div>  ]},</div></div><div><br></div><div>with the following:<br></div><div><br></div><div><br></div>
<div><div>    {rabbitmq_management,</div><div>     [</div><div><span class="" style="white-space:pre">    </span>{listener, [{port, 5690}]}</div><div>     ]},</div></div><div><br></div><div>But still I was able to connect to the ui through 15672 (default) only.</div>
<div><br>What did I do wrong?</div></div>