&nbsp; Hello,<div><br></div><div>&nbsp; I have installed RabbitMQ 2.8.2 using the RPM file in a Red Hat linux server.</div><div><br></div><div>&nbsp; When I try to execute the simple 'Hello World' from ther tutorial (<a href="http://www.rabbitmq.com/tutorials/tutorial-one-python.html">http://www.rabbitmq.com/tutorials/tutorial-one-python.html</a>) I am not able to receive the messages I send.&nbsp;When I list the connections using rabbitmqctl list_connection I see:</div><div><br></div><div><div>[root@muvmp235 bin]# rabbitmqctl list_connections</div><div>Listing connections ...</div><div>guest &nbsp; 127.0.0.1 &nbsp; &nbsp; &nbsp; 51368 &nbsp; blocking</div><div>guest &nbsp; 127.0.0.1 &nbsp; &nbsp; &nbsp; 51367 &nbsp; blocked</div><div>...done.</div></div><div><br></div><div>&nbsp; It seems that the receiver is blocking and the other messages are blocked because of this. I found that this could be a problem with epdm port, so I changed my node name in rabbitmq-env.conf (NODENAME=rabbit@localhost), but it doesn't seem to work.</div><div><br></div><div>&nbsp; I have no more clues about how to get this work, and the RabbitMQ documentation don't have any info about this. Anyone can help me? Is there something I can check or do to make this work?</div><div><br></div><div>&nbsp; Thank you!</div><div><br></div><div>&nbsp; Renne Rocha</div><div><br></div><div><br></div>