[rabbitmq-discuss] STOMP - balance incoming/outgoing message rate?

Michael Justin michael.justin at gmx.net
Thu Jan 12 14:29:48 GMT 2012


Hello,

I have set up a STOMP client test application for RabbitMQ (2.7.1 on 
Windows Vista) which runs two threads, one is continuously sending 
messages to a topic, and the other consumes them, using client-side ack.

The results show that the broker accepts new messages at a high rate 
(around 10,000 messages per second) but sends them to the client at a 
much lower rate (200 to 300 messages per second):

after two seconds:
sent/received 19370/580 290 msgs/s (3448 microsecs/roundtrip)

after 30 seconds:
sent/received 303375/7229 190 msgs/s (5263 microsecs/roundtrip)

Is there a way to configure the STOMP plugin so that the input / output 
speed is more balanced?

Many thanks in advance
-- 
Michael Justin
habarisoft - Enterprise Messaging Software for Delphi
http://www.habarisoft.com/



More information about the rabbitmq-discuss mailing list