[rabbitmq-discuss] Query

Satyarth Negi snegi at buffalo-studios.com
Tue Jun 12 20:44:51 BST 2012


Hi All,

My very first message in the list. I am looking to use RabbitMQ for
messaging in our framework. So here are little details of what i am trying
to think of doing with RabbitMQ:

20 producers ( servers ) sending load statistics ( 25 messages per second.
Can be configured to be 25 per n seconds. But we want 'n' to be as low as
possible ) to RabbitMQ message exchange. 2 consumers consuming these
messages to generate real time load statistics of our our servers. So that
these load statistics can then be consumed by load balancing logic.

Load statistics messages will be kind of serialized associative arrays (
less than 200 bytes payload). And each consumer will be multithreaded
process that will just update an in memory datastructure with these values.

For my this scenario i am looking to use a message exchange. I am wondering
if RabbitMQ is a good option to use here. Would i be able to achieve a
system with fairly balanced queue size ?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120612/79dfcd19/attachment.htm>


More information about the rabbitmq-discuss mailing list