<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix"><br>
      Consumers are not restarting ... producers are. Every page request
      is new execution of PHP script, which must open new connection
      when trying to send first message, and close it when it finishes.<br>
      <br>
      On 05/19/2013 04:08 PM, Michael Klishin wrote:<br>
    </div>
    <blockquote
cite="mid:CAE3HoVQGZPeaCYKNQXiz6jCF0wfi58EoMDJ_WDM1s9SYeoUdFQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_extra"><br>
          <div class="gmail_quote">2013/5/19 Nikola Savic <span
              dir="ltr">&lt;<a moz-do-not-send="true"
                href="mailto:niks@osic.rs" target="_blank">niks@osic.rs</a>&gt;</span><br>
            <blockquote class="gmail_quote" style="margin:0 0 0
              .8ex;border-left:1px #ccc solid;padding-left:1ex">
              Yes ... it's the same app which postpones execution of
              some actions using MQ.</blockquote>
          </div>
          <br>
          Then cluster won't solve your problem because the issue is not
          node delivery rate.<br>
          <br>
          You need to avoid constant restarts and reconnections for your
          consumers or simply</div>
        <div class="gmail_extra">increase their number and/or
          throughput.<br>
          -- <br>
          MK<br>
          <br>
          <a moz-do-not-send="true"
            href="http://github.com/michaelklishin" target="_blank">http://github.com/michaelklishin</a><br>
          <a moz-do-not-send="true"
            href="http://twitter.com/michaelklishin" target="_blank">http://twitter.com/michaelklishin</a><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rabbitmq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a>
<a class="moz-txt-link-freetext" href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>