Hi,<div><br></div><div>I am trying to connect to my local rabbitmq-server with the following code:</div><div><br></div><div> AMQP.start(:host => "localhost") do |connection|</div><div><br></div><div>I get the following error when I use the default parameters of username=guest and password=guest.</div>
<div><br></div><div>Below is the full exception:</div><div><br></div><div>AMQP::PossibleAuthenticationFailureError: AMQP broker closed TCP connection before authentication succeeded: this usually means authentication failure due to misconfiguration. Settings are {:host=>"localhost", :port=>5672, :user=>"guest", :pass=>"guest", :vhost=>"/", :timeout=>nil, :logging=>false, :ssl=>false, :broker=>nil, :frame_max=>131072</div>
<div><br></div><div>Do I need to add this guest account to the local rabbitmq-server?</div><div><br></div><div>Thanks</div><div><br></div><div>Paul</div><div><br></div><div><br></div><div><br clear="all">Cheers<br><br>Paul Cowan<br>
<br>Cutting-Edge Solutions (Scotland)<br><br><a href="http://thesoftwaresimpleton.com/" target="_blank">http://thesoftwaresimpleton.com/</a><br><br>
</div>