Thanks for your response Matthew. I want to understand a bit more about how�the�new persister is going to be different from the current one? Please correct me if i am wrong, i�believe�that currently the messages are in the queue are loaded in the memory, and�if they�are marked persistent, any time�the�consumer stops consuming messages or other�scenarios�the messages are written to the disk and retrieved later when needed.�<div>
<br></div><div>The problem comes up when the message queue grows too large it�occupies�a lot of memory and the server is not able to handle it.</div><div><br></div><div>You mentioned the Rabbit queue can store more messages than�the�RAM permits, can I know how it is being done?</div>
<div><br></div><div>Thanks again!<br><br><div class="gmail_quote">On Thu, Aug 5, 2010 at 11:41 AM, Matthew Sackman <span dir="ltr">&lt;<a href="mailto:matthew@rabbitmq.com">matthew@rabbitmq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Aug 05, 2010 at 10:57:16AM -0500, Srijanani Srinivasan wrote:<br>
</div><div class="im">&gt; Can you guys tell me more about the new persister that is going to be<br>
&gt; released? We are currently using RabbitMQ in our applications and using all<br>
&gt; persistent messages. �But we have noticed that when we have like say<br>
&gt; millions of messages in the queue, the server goes down which is not<br>
&gt; desired. Does the new persister target these issues?<br>
<br>
</div><div class="im">In a word: yes.<br>
<br>
The new persister is explicitly designed to target these kinds of<br>
scalability issues: ensuring that Rabbit can easily and happily store<br>
more messages than RAM permits and in some cases getting very close to<br>
zero RAM cost per message.<br>
<br>
</div><div><div></div><div class="h5">Matthew<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>