On 06/26/2014 09:38 PM, Alexei Kornienko wrote: > Benchmark for oslo.messaging is really simple: > You create a client that sends messages infinitively and a server that > processes them. After you can use rabbitmq management plugin to see > average throughput in the queue. > Simple example can be found here - > https://github.com/andreykurilin/profiler-for-oslo-messaging Just fyi, I also recently did some testing, though focused on scaling of rpc calls rather than throughput of a single client-server pair. The test I used is here in case anyone is interested: https://github.com/grs/ombt.