Here is a link to a Dell study of RabitMQ scalability as used by OpenStack.� It addresses the current low performing way in which OpenStack implemented RPC calls over AMQP, creating a new queue and exchange on each RPC call for receiving the call response.� It also measure a prototyped fix which uses as single (per process) queue and exchange for all RPC call replies.� I thought the RabbitMQ community might be interested in these results.<br>
<br><a id="yui_3_5_1_1_1358526011392_1723" rel="nofollow" href="https://docs.google.com/file/d/0B-droFdkDaVhVzhsN3RKRlFLODQ/edit">https://docs.google.com/file/d/0B-droFdkDaVhVzhsN3RKRlFLODQ/edit</a><br><br>Ray<br>