On 27 March 2012 09:14, Saima Asif <span dir="ltr">&lt;<a href="mailto:abdullahsaima@yahoo.com">abdullahsaima@yahoo.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><span>I am working on my simulator that I want to build on specific features of RabbitMQ. I want to take the length of the message to estimate how much time an exchange would take to process it. How can I estimate the length of the message. I am done with considering the &quot;routing key&quot; and just taking its length in bytes. Now I want to have more realistci approach RabbitMQ is using. </span></div>
</div></blockquote><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><br>Rather than simulating it, I&#39;d simply try it. Inject messages of varying lengths; measure the variable of interest. Developing a nontrivial model of the performance of RabbitMQ in terms of properties of the input messages is... ambitious.<br>

</div></div>