<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Hi,<br>
    <br>
    I'm trying to load test an application that uses Celery task
    management with RabbitMQ as the broker. I hit my server with 100
    client connections and for the first 45 minutes everything is
    humming along fine. At some point later, I see the clery tasks are
    not running and I see these messages in my celery log file:<br>
    <br>
    ��� [2014-05-06 18:32:14,405: ERROR/MainProcess] consumer: Cannot
    connect to <a class="moz-txt-link-abbreviated" href="mailto:amqp://guest@127.0.0.1:5672//">amqp://guest@127.0.0.1:5672//</a>: [Errno 111] Connection
    refused.<br>
    ��� Trying again in 32.00 seconds...<br>
    <br>
    I check my RabbitMQ log file and see these messages:<br>
    <br>
    ��� =INFO REPORT==== 6-May-2014::18:25:50 ===<br>
    ��� accepting AMQP connection <0.9738.30> (127.0.0.1:50034
    -> 127.0.0.1:5672)<br>
    <br>
    ��� =ERROR REPORT==== 6-May-2014::18:25:50 ===<br>
    ��� closing AMQP connection <0.25069.29> (127.0.0.1:50030
    -> 127.0.0.1:5672):<br>
    ��� {handshake_error,starting,28366,<br>
    ���������������� {amqp_error,unexpected_frame,<br>
    ���������������������������� "type 1, first 16 octets =��������
    <<0,50,0,10,0,0,32,53,54,51,55,54,53,55,56,57>>",<br>
    ���������������������������� none}}<br>
    <br>
    ��� =WARNING REPORT==== 6-May-2014::18:25:50 ===<br>
    ��� Mnesia('rabbit@ip-172-31-45-115'): ** WARNING ** Mnesia is
    overloaded: {dump_log,<br>
    �����������������������������������������������������������������������
    write_threshold}<br>
    <br>
    ��� =INFO REPORT==== 6-May-2014::18:25:51 ===<br>
    ��� accepting AMQP connection <0.19640.30> (127.0.0.1:50036
    -> 127.0.0.1:5672)<br>
    <br>
    Any ideas on what is going on? I don't understand what AMQP
    unexpected frame means.<br>
    <br>
    Thanks, Jason<br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
  </body>
</html>