[rabbitmq-discuss] RabbitMQ experience

Martin Sustrik sustrik at imatix.com
Sat Jan 24 12:42:30 GMT 2009


Matthias,

>>> RabbitMQ/stomp (np)     4475/360    362/33    175/17    85/8
>>> (persistent)            3920/371    375/35    180/18    88/8

The interesting thing about the test is that the overall throughput 
corresponds to message size in a very straightforward way. The network 
wasn't exhausted (unless very low-bandwidth connection was used or a 
very unefficient format for encoding the message body) so it seems that 
the main bottleneck has to do with processing the body of the message. 
Excessive copying may be the cause, or maybe a slow binary->text->binary 
conversions)...

Martin




More information about the rabbitmq-discuss mailing list