<div>I have RabbitMQ up and running and can perform the java example</div><div>&nbsp;</div><div>I can not seem to be able to get the console to work</div><div>&nbsp;</div><div>I isntalled RabbitMQ as follows from the RabbitMQ command prompt session</div><div>&nbsp;</div><div><font color="#0000ff" face="courier new,monospace">Microsoft Windows [Version 6.1.7601]<br>Copyright (c) 2009 Microsoft Corporation.&nbsp; All rights reserved.</font></div><div><font color="#0000ff" face="courier new,monospace">C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-2.8.6\sbin&gt;rabbitmq-plugi<br>ns enable rabbitmq_management<br>The following plugins have been enabled:<br>&nbsp; mochiweb<br>&nbsp; webmachine<br>&nbsp; rabbitmq_mochiweb<br>&nbsp; amqp_client<br>&nbsp; rabbitmq_management_agent<br>&nbsp; rabbitmq_management<br>Plugin configuration has changed. Restart RabbitMQ for changes to take effect.<br>If you have RabbitMQ running as a service then you must reinstall by running<br>&nbsp; rabbitmq-service.bat stop<br>&nbsp; rabbitmq-service.bat install<br>&nbsp; rabbitmq-service.bat start</font></div><div><br><font color="#0000ff" face="courier new,monospace">C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-2.8.6\sbin&gt;</font></div><div>&nbsp;</div><div>So this looked good.&nbsp; I made sure the Rabbitmq service on Windows was running, and then brought up a browser and entered both the following IPs at different times</div><div>&nbsp;</div><div>&nbsp;</div><div><a href="http://127.0.0.1:55672/">http://127.0.0.1:55672/</a> </div><div>&nbsp;</div><div><a href="http://127.0.0.1:15672/">http://127.0.0.1:15672/</a> </div><div>&nbsp;</div><div>Neither of these worked.&nbsp; I also tried to telnet to the ip and port, with no luck</div><div>&nbsp;</div><div>What did I do wrong.&nbsp; Did I miss a step.&nbsp; How can I investigate or resolve ?</div><div>&nbsp;</div><div>&nbsp;</div>