[rabbitmq-discuss] how much data can publisher send at a time to queue?

Francesco Mazzoli francesco at rabbitmq.com
Mon Jul 2 10:11:47 BST 2012


Hi Vadiraj,

At Mon, 2 Jul 2012 14:08:22 +0530,
> how much data can publisher send at a time to queue? can publisher
> send 1GB data to queue. is any limits is their?

RabbitMQ starts paging the messages to disc in low memory
situation. Thus, it can handle large amounts of data. The limits are
regulated by the configuration settings `vm_memory_high_watermark',
which determines when the messages will start to be paged to disc; and
`disk_free_limit', which determines the amount of free space below
which RabbitMQ after which the publisher connections will be
blocked.

See http://www.rabbitmq.com/configure.html for docs on the
configuration and http://www.rabbitmq.com/memory.html for docs on flow
control (the system that regulates when the connections are blocked).

--
Francesco * Often in error, never in doubt


More information about the rabbitmq-discuss mailing list