[rabbitmq-discuss]  Installing broker on each node instead of client-only approach

Matthias Radestock matthias at rabbitmq.com
Mon Apr 14 15:30:35 BST 2014


On 14/04/14 15:04, Николай Максимов wrote:
> Thank you, Matthias. Is there any limits for queue size to be reached
> while working in autonomy/degrade mode? I need this to decide how
> long my setup could work without connectivity.

The limiting factors are memory and disk space. When memory gets tight 
and messages are fully paged out to disk, each message requires about 
122 bytes of memory (on a 64-bit machine), and about 255 bytes + payload 
size of disk space.

Matthias.


More information about the rabbitmq-discuss mailing list