[rabbitmq-discuss] memory consumption during message delivery

Tim Watson tim at rabbitmq.com
Wed Apr 3 13:57:08 BST 2013


Marek,

On 3 Apr 2013, at 13:52, Cermak, Marek wrote:
> I would reckon that 'slowing down' the transfer from disk to memory may be a way to go.

You could set a low (ish) prefetch count in your consumer so as to only bring 'n' messages off the disk at a time and then only ACK them (in batch mode or otherwise) when you're done with them, thereby slowing things down.

Cheers,
Tim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130403/582103c7/attachment.htm>


More information about the rabbitmq-discuss mailing list