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 "send.py", line 4, in <module></div><div> connection = pika.BlockingConnection(parameters)</div>
<div> File "build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py", line 32, in __init__</div><div> File "build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py", line 50, in __init__</div>
<div> File "build/bdist.macosx-10.6-universal/egg/pika/connection.py", line 170, in __init__</div><div> File "build/bdist.macosx-10.6-universal/egg/pika/connection.py", line 228, in _connect</div><div>
File "build/bdist.macosx-10.6-universal/egg/pika/adapters/blocking_connection.py", line 36, in _adapter_connect</div><div> File "build/bdist.macosx-10.6-universal/egg/pika/adapters/base_connection.py", line 58, in _adapter_connect</div>
<div> File "<string>", line 1, in connect</div><div>socket.error: [Errno 61] Connection refused</div></div><div><br></div><div>Thanks,</div><div>Matt</div>