<div style="text-align: left;">Thanks Brenden for your explanations. But whats the reason behind to introduce this kind of RabbitMQ space notification.</div><div style="text-align: left;"><br></div><div style="text-align: left;">Currently we use the RabbitMQ to push and get messages. With that flow, when someone push a message to a queue there is always an receiver setup to pick it. So we are not storing messages (but if the receiver is not functioning obvious we need to store the messages). All our queues are&nbsp;durable.&nbsp;</div><div style="text-align: left;"><br></div><div style="text-align: left;">Hope you can understand my question.&nbsp;</div><div style="text-align: left;"><br></div><div style="text-align: left;">Thnaks</div><div style="text-align: left;"><br></div><div style="text-align: left;">/Roshan</div><br>On Friday, May 18, 2012 7:45:59 PM UTC+10, Brendan Hay wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Hi Roshan,<div><br></div><div>Please read about disk based flow control and the 'disk_free_limit' here:&nbsp;</div><div><a href="http://www.rabbitmq.com/memory.html#diskfreesup" target="_blank">http://www.rabbitmq.com/<wbr>memory.html#diskfreesup</a></div>
<div><a href="http://www.rabbitmq.com/configure.html#config-items" target="_blank">http://www.rabbitmq.com/<wbr>configure.html#config-items</a></div><div><br></div><div>By default it is set to a relative value to your RAM. You can also specify in bytes.</div>

<div><br></div><div>Regarding your 2nd email, If you have haven't overrun the low water mark for disk space, or the high water mark for memory, then Rabbit will be throttling you based on the new flow control mechanism in &gt;= 2.8.1, of which there is a small amount of information at the top of this page:&nbsp;<a href="http://www.rabbitmq.com/memory.html" target="_blank">http://www.rabbitmq.com/<wbr>memory.html</a></div>

<div><br></div><div>Basically, it sounds like you are publishing faster than rabbit can route messages for that connection. (I'm sure someone else could verify that via the warning message.)</div><div><br></div><div>
- Brendan</div>
<div><br><div class="gmail_quote">On Fri, May 18, 2012 at 3:00 AM, Roshan Pradeep <span dir="ltr">&lt;<a href="mailto:codevally.mail.list@gmail.com" target="_blank">codevally.mail.list@gmail.com</a><wbr>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In addition to the same issue, when I publishing high rate of messages, the yelllow box is on for the connection side and it says "Publishing rate recently restricted by server". <br><br>Anyone know why is that?<span><font color="#888888"><br>

<br>/Roshan</font></span><div><div><br><br>On Friday, May 18, 2012 10:25:44 AM UTC+10, Roshan Pradeep wrote:<blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi <br><br>Today I upgrade our local development RabbitMQ cluster to it's 2.8.2 new version. After checking cluster through monitoring tool I noticed some red boxes for diskspace watermark. I found this feature in the RabbitMQ documentation and could someone please explain me how this feature really works/importance in production environment. Because on my production it is 2.7.1 installed.<br>

<br>Many Thanks<br><br>/Roshan&nbsp; <br></blockquote></div></div><br>______________________________<wbr>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<wbr>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<wbr>cgi-bin/mailman/listinfo/<wbr>rabbitmq-discuss</a><br>
<br></blockquote></div><br></div>
</blockquote>