<div class="gmail_quote">2010/6/8 Matthew Sackman <span dir="ltr">&lt;<a href="mailto:matthew@rabbitmq.com">matthew@rabbitmq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi Nicolás,<br>
<div class="im"><br>
On Tue, Jun 08, 2010 at 08:33:24AM -0300, Nicolás César wrote:<br>
(..)<br>
&gt; What i&#39;m doing wrong?<br>
<br>
</div>When you hit the memory watermark, the *server* sends to *you* the<br>
channel.flow{active=false} which you&#39;re meant to acknowledge by sending<br>
back a channel.flow_ok{active=false}. However, depending on which python<br>
client you&#39;re using, this may not be implemented - I&#39;m aware Tony&#39;s<br>
produced an experimental patch for pyamqplib, and I&#39;m not sure about the<br>
status of flow control in Pika.<br></blockquote><div><br><br>Thanks Matthew for the excelent response. You probably are talking about this:<br><a href="http://code.google.com/p/py-amqplib/issues/detail?id=19">http://code.google.com/p/py-amqplib/issues/detail?id=19</a><br>

<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I think what you&#39;re doing is sending a channel.flow to the server which<br>
is telling the server whether or not to send message to you, not the<br>
other way around.<br></blockquote><div><br>Thanks for the explanation. I&#39;ll see that patch and get my things going smoothly<br> <br></div></div>