[rabbitmq-discuss] RabbitMQ throughput

Gavin M. Roy gmr at myyearbook.com
Fri Oct 2 02:56:48 BST 2009


On Thu, Oct 1, 2009 at 9:44 PM, tsuraan <tsuraan at gmail.com> wrote:
>
> Out of curiosity, are you using basic_get, or basic_consume?  I've
> found that basic_get has performance like that, whereas basic_consume
> is at least 10x faster.  I'm also using persistent messages with
> explicit ack (in transactional mode), and using Barry's python library
> I get in the 1k - 10k messages/second range on hardware that isn't any
> better than yours.


I have to second this sentiment about basic_consume vs basic_get.  The
performance of basic_get is terrible to be honest, it also does not scale
across multiple consumers.

Regards,

Gavin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20091001/8fd8e714/attachment.htm 


More information about the rabbitmq-discuss mailing list