[rabbitmq-discuss] Stop rabbit qeues from writing to disk

Emile Joubert emile at rabbitmq.com
Wed May 8 08:43:14 BST 2013


Hi Erik,

On 08/05/13 07:45, Erik Ward wrote:
> I am wondering if there is a way to stop rabbit queues from paging to disk?

Not at the moment. The broker may decide to send messages to disk when
even a small fraction of memory is used.

> Could this be done in configuration? Replacing the backing store?

There is no configuration that prevents messages from being saved to
disk. You may be able to achieve this by providing your own queue
implementation or by configuring the broker to persist messages on a RAM
disk.

Can you provide the motivation behind your question? What should happen
when the broker runs out of memory?






-Emile









More information about the rabbitmq-discuss mailing list