<div dir="ltr"><div><div>Scott,<br><br></div>See  <a href="http://www.rabbitmq.com/access-control.html" target="_blank">http://www.rabbitmq.com/access-control.html</a><br><br></div>Brett<br></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Sat, Apr 26, 2014 at 4:29 PM, Scott McFadden <span dir="ltr"><<a href="mailto:scott.kendall.mcfadden@gmail.com" target="_blank">scott.kendall.mcfadden@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Not so quick update.  Tried looking at broker log file on server but couldn't find it in default locations specified by documentation.  Ended up setting a custom WINDOWS environment variable RABBITMQ_LOG_BASE to a custom folder I created.  Had to uninstall rabbitmq service / reinstall rabbit mq service to get it to finally use my custom log folder.  Once that happened I was able to glean the following useful info from the log file:<div>
<br></div><div><div>=ERROR REPORT==== 25-Apr-2014::23:19:49 ===</div><div>closing AMQP connection <0.278.0> (<a href="http://172.17.9.14:61333" target="_blank">172.17.9.14:61333</a> -> <a href="http://172.17.9.24:5672" target="_blank">172.17.9.24:5672</a>):</div>
<div>{handshake_error,starting,0,</div><div>                 {amqp_error,access_refused,</div><div>                             "PLAIN login refused: user 'guest' can only connect via localhost",</div><div>
                             'connection.start_ok'}}</div></div><div><br></div><div>So apparently RabbitMQ no longer allows guest login outside of localhost.  Our previous version of RabbitMQ did allow this.  Apparently this was a breaking change some where along the way.  </div>
<div><br></div><div><br></div></div><br>_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>