<div dir="ltr">I am trying to send the basic hello world to a receive module on a CentOS machine running the rabbitmq server and am running into issues that appear to be with pika itself. The errors are below and the code is the basic send from the tutorial.<div><br></div><div><div>Traceback (most recent call last):</div><div>&nbsp; File "/home/pi/Send.py", line 6, in &lt;module&gt;</div><div>&nbsp; &nbsp; host='192.168.1.25'))</div><div>&nbsp; File "/usr/local/lib/python2.7/dist-packages/pika/adapters/base_connection.py", line 61, in __init__</div><div>&nbsp; &nbsp; super(BaseConnection, self).__init__(parameters, on_open_callback)</div><div>&nbsp; File "/usr/local/lib/python2.7/dist-packages/pika/connection.py", line 513, in __init__</div><div>&nbsp; &nbsp; self._connect()</div><div>&nbsp; File "/usr/local/lib/python2.7/dist-packages/pika/connection.py", line 804, in _connect</div><div>&nbsp; &nbsp; self._adapter_connect()</div><div>&nbsp; File "/usr/local/lib/python2.7/dist-packages/pika/adapters/blocking_connection.py", line 138, in _adapter_connect</div><div>&nbsp; &nbsp; super(BlockingConnection, self)._adapter_connect()</div><div>&nbsp; File "/usr/local/lib/python2.7/dist-packages/pika/adapters/base_connection.py", line 120, in _adapter_connect</div><div>&nbsp; &nbsp; self.params.retry_delay)</div><div>AMQPConnectionError: 2.0</div></div></div>