[rabbitmq-discuss] what are message attributes used by broker in RABBITMQ
Saima Asif
abdullahsaima at yahoo.com
Thu Apr 19 13:41:11 BST 2012
Hi,
you are very right, I completely agree with your point here. I want to know is there anything other than routing key involved in the message, what an exchange takes to do its routing and forwarding.
Is Rabbit MQ 2.8.1 follows the AMQP-1 logic?
Saima Asif
________________________________
From: Simon MacMullen <simon at rabbitmq.com>
To: Saima Asif <abdullahsaima at yahoo.com>
Cc: Emile Joubert <emile at rabbitmq.com>
Sent: Thursday, 19 April 2012, 10:44
Subject: Re: [rabbitmq-discuss] what are message attributes used by broker in RABBITMQ
On 18/04/12 22:05, Saima Asif wrote:
> I am trying to get a general estimate about the latency based on all
> message properties
This is very unlikely to work. Message properties don't have very much to do with it.
In practice *by far* the biggest impact on latency is message rate - when the broker is near to its maximum message rate, latency heads for the sky. See the last chart at:
http://www.rabbitmq.com/blog/2012/04/17/rabbitmq-performance-measurements-part-1/
I would argue that RabbitMQ, like most software, is too complex a system to *model* with anything other than itself. If you want to find out how it will perform in a given context, take measurements.
Cheers, Simon
-- Simon MacMullen
RabbitMQ, VMware
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120419/7dd7e073/attachment.htm>
More information about the rabbitmq-discuss
mailing list