Hi All,<br><br>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:<br><br>20 producers ( servers ) sending load statistics ( 25 messages per second. Can be configured to be 25 per n seconds. But we want &#39;n&#39; 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.<br>
<br>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.<br>
<br>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 ?<br><br>Thanks<br><br>