It means you provided Pika with incorrect information about how to connect to a running RabbitMQ server.<div><br></div><div>Make sure you&#39;re passing in the correct host and port to the connection and that your RabbitMQ server is running.</div>

<div><div><div><br><div class="gmail_quote">On Thu, Jul 7, 2011 at 4:21 PM, Matthew Low <span dir="ltr">&lt;<a href="mailto:11mdlow@gmail.com">11mdlow@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hello,<div><br></div><div>So I am just trying to establish a basic connection with my server (by going through the hello world example) and I got the following error. I realize this is probably more of a pika issue than RabbitMQ, but maybe someone has seen this error before?</div>


<div><br></div><div><div>Archon:hello matthew$ python send.py</div><div>Traceback (most recent call last):</div><div>� File &quot;send.py&quot;, line 4, in &lt;module&gt;</div><div>� � connection = pika.BlockingConnection(parameters)</div>


<div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py&quot;, line 32, in __init__</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py&quot;, line 50, in __init__</div>


<div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/connection.py&quot;, line 170, in __init__</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/connection.py&quot;, line 228, in _connect</div><div>


� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py&quot;, line 36, in _adapter_connect</div><div>� File &quot;build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py&quot;, line 58, in _adapter_connect</div>


<div>� File &quot;&lt;string&gt;&quot;, line 1, in connect</div><div>socket.error: [Errno 61] Connection refused</div></div><div><br></div><div>Thanks,</div><div>Matt</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></div></div>