[rabbitmq-discuss] the productivity of RabbitMQ
Matthias Radestock
matthias at rabbitmq.com
Sat Oct 16 10:00:50 BST 2010
Alexandre,
Alexandre Kalendarev wrote:
> My notebook have 2 core, 2.8 Mhz
> I use the rabbitmq-c client in my tests, so I make the tests for php
> client over rabbitmq-c . My system build by PHP.
> I use basic.consume and basic.get
> I use the persisten message.
>
>> What message rates are you hoping to achieve?
> I hope more or near 100K rps for short messages (256 byte).
The only way to get that kind of rate with RabbitMQ on commodity
hardware in a straight-through producer->exchange->queue->consumer
scenario is to batch messages, i.e. send multiple application messages
as a single AMQP message.
Regards,
Matthias.
More information about the rabbitmq-discuss
mailing list