<div dir="ltr">Hi there ,<div><br></div><div>I wanted to understand little bit more about AMQP, rabbitmq and pika client capability of packing of AMQP bytes into one single ethernet frames before transmission through ethernet connectivity.</div><div><br></div><div>1) What is the default behavior of pika clients and rabbit server when it comes to packing of bytes into one single ethernet frame ?</div><div>For now I see that there is no packing done at all when I took trace on server side and I see individual frames for content-header (87bytes), content-body (137 bytes), basic.publish (87bytes) and basic-&nbsp;<span style="font-size: 13px;">ack (87 bytes) so this makes total of 4 AMQP frames for 1 message and all four are just having a very small size.</span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;">2) Can we change this ? and if yes, how to change it &nbsp;on server side?&nbsp;</span></div><div><span style="font-size: 13px;"><br></span></div><div><span style="font-size: 13px;">3) Does python-pika client supports such packing of bytes ? if yes, how to do achieve that also ?&nbsp;</span></div><div><br></div><div>Attaching a small screenshot of trace, which I took on server side for better visualization.&nbsp;</div><div>Any insight on this would be very helpful.</div><div><br></div><div>Best Regards,</div><div>Priyanki.&nbsp;</div></div>