Hi,<br><br>I&#39;m fairly new to rabbitMQ - one of the tests I did was to read 1000 messages from rabbitMQ server running locally vs. reading 1000 messages from another server (using .NET client).<br><br>Performance was approx 1000 per second connecting from the same server, vs approx 200 p/s connecting from another server (single-node broker). <br>
<br>The IConnection and IModel were instantiated once and reused (I assume this is best practice).<br><br>What would the bottlekneck be here that&#39;s limiting the reads to 200 p/s? My guess would be the network hardware. <br>
<br>Are there any tricks with setting up or connecting to minimise read times?<br><br>And what sort of performance benefits can there usually be realized for every node added to a cluster?<br><br><br>thanks<br>Ashley<br>