Martin,<div><br><br><div class="gmail_quote">On Sun, May 9, 2010 at 7:08 PM, Martin Sustrik <span dir="ltr">&lt;<a href="mailto:sustrik@250bpm.com">sustrik@250bpm.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Gustavo Aquino wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Martin,<div class="im"><br>
<br>
<br>
On Sun, May 9, 2010 at 6:02 PM, Martin Sustrik &lt;<a href="mailto:sustrik@250bpm.com" target="_blank">sustrik@250bpm.com</a> &lt;mailto:<a href="mailto:sustrik@250bpm.com" target="_blank">sustrik@250bpm.com</a>&gt;&gt; wrote:<br>

<br>
 � �Gustavo,<br>
<br>
<br>
 � � � �Thanks but today we are trying to get this information by this<br>
 � � � �hard way. I&#39;m trying to get a help here, someone may have done<br>
 � � � �it before or RabbitMQ owners can have this number and will help<br>
 � � � �me to get back time loosed hacking packages network.<br>
<br>
<br>
 � �Per-message overhead for AMQP/0-8 is 50+ bytes.<br>
<br>
Thanks, do you know if RabbitMQ cover this pattern ?<br>
</div></blockquote>
<br>
Sure. It&#39;s minimal size of envelope for AMQP/0-8. Actual envelope may be larger depending on what you put into it (exchange name, topic etc.)</blockquote><div><br></div><div>Well MTU is about maximum not minimal, so you sad a interest stuff, let say that we posting message to one exchange named &quot;123&quot;and it routed to one queue named &quot;456&quot; on other machine, so what is MTU from�primarily�message and what the size of second ?</div>
<div>�</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
 � � � �This number is very important, and have significant differences<br>
 � � � �between AMQP implementations. Just for example the Qpid package<br>
 � � � �have a oversize in message larger than RabbitMQ until you can<br>
 � � � �send 32k messages per second using 100mbps you can do only 16k<br>
 � � � �messages per second with Qpid with the same 100mbps. (Messages<br>
 � � � �with 213bytes).<br>
<br>
 � � � �Resuming If you will have a high throughput and need high<br>
 � � � �performance make sure that you will not want to use jumbo frame.<br>
<br>
<br>
 � �It&#39;s very unlikely that MTU size setting will have any impact on<br>
 � �performance in your scenario.<br>
<br>
<br>
If you use jumbo frame you have a significant impact in your round trip, and make sure we are working to save microseconds/nanoseconds and a simple overhead in round trip message impact us so much. <br>
Again the MTU question is to do some calc to refine our network configurations, not a simple configuration in Ethernet interface, a network admin use this calc to project your network to a specific requirement, and when you are talking in microseconds/nanoseconds this configuration made a big difference. For example we are getting bad performance in one of our nodes, and we discovered that router was configured for 576 MTU the result is an overhead of 0.500 us each message with one specific throughput. <br>

</blockquote>
<br></div>
0.5 us is presumably less than 1% of overall latency. In fact, it&#39;s pretty hard even to measure that kind of latency difference. Just the latency jitter is going to be many times higher than that.<br>
<br>
What exactly are you trying to achieve? And what are you measuring?<br></blockquote><div><br></div><div>Look 0.5us in each message based on a throughput, whats happend if your router have a 576 MTU and your other are sending 1.500 MTU? it will fragmente this packages in 3 packages of 576 MTU, this cause something like a full network�bandwidth�used, in other words if my router can use only 1.500 MTU how much messages I can put in this value ? this is te basic calc that we want do do and about that we need to know the MTU of RabbitMQ messages understand ?</div>
<div><br></div><div><br></div><div>If RabbitMQ are receiving 20 messages per millisecond from publisher and each message have 213 bytes, what the size of packages over network to a consumer or other broker?</div><div><br>
</div><div><br></div><div>Gustavo</div><div>�</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><font color="#888888">
<br>
Martin<br>
</font></blockquote></div><br></div>