<div class="gmail_quote">2010/6/8 Matthew Sackman <span dir="ltr"><<a href="mailto:matthew@rabbitmq.com">matthew@rabbitmq.com</a>></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>
> What i'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're meant to acknowledge by sending<br>
back a channel.flow_ok{active=false}. However, depending on which python<br>
client you're using, this may not be implemented - I'm aware Tony's<br>
produced an experimental patch for pyamqplib, and I'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'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'll see that patch and get my things going smoothly<br> <br></div></div>