[rabbitmq-discuss] Disk space monitoring watermark issue on 2.8.2

Roshan Pradeep codevally.mail.list at gmail.com
Mon May 21 01:18:45 BST 2012


Thanks Brenden for your explanations. But whats the reason behind to 
introduce this kind of RabbitMQ space notification.

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 durable. 

Hope you can understand my question. 

Thnaks

/Roshan

On Friday, May 18, 2012 7:45:59 PM UTC+10, Brendan Hay wrote:
>
> Hi Roshan,
>
> Please read about disk based flow control and the 'disk_free_limit' here: 
> http://www.rabbitmq.com/memory.html#diskfreesup
> http://www.rabbitmq.com/configure.html#config-items
>
> By default it is set to a relative value to your RAM. You can also specify 
> in bytes.
>
> 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 >= 2.8.1, of 
> which there is a small amount of information at the top of this page: 
> http://www.rabbitmq.com/memory.html
>
> 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.)
>
> - Brendan
>
> On Fri, May 18, 2012 at 3:00 AM, Roshan Pradeep <
> codevally.mail.list at gmail.com> wrote:
>
>> 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". 
>>
>> Anyone know why is that?
>>
>> /Roshan
>>
>>
>> On Friday, May 18, 2012 10:25:44 AM UTC+10, Roshan Pradeep wrote:
>>>
>>> Hi 
>>>
>>> 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.
>>>
>>> Many Thanks
>>>
>>> /Roshan  
>>>
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120520/d294524d/attachment.htm>


More information about the rabbitmq-discuss mailing list