← Back to team overview

openstack team mailing list archive

Re: Performance metrics of RabbitMQServer

 

On 07/06/2012 06:52 AM, Naveen Kuna wrote:
> 
> Hi All,
> 
> Can anyone know performance metrics of RabbitMQServer ?

Google is your friend :)

http://stackoverflow.com/questions/7921324/performance-comparison-between-zeromq-rabbitmq-and-apache-qpid

Keep in mind you have different feature sets between different message
queue servers, so it's unlikely you will ever really get an apples to
apples comparison. It's better for you to decide what features are
critical to you *before* you just blindly go for one server that has
"better performance". The features you want to look over include things
like persistence of messages (and options for persistence), HA setups,
monitoring and management, etc.

> Is there any better alternative than RabbitMQServer ?

See above.

Best,
-jay


References