tabish121 commented on issue #3079: ARTEMIS-2706 Use FrameSize to decide when 
to flush large messages
URL: https://github.com/apache/activemq-artemis/pull/3079#issuecomment-613676103
 
 
   I think worst case on Transfer without accounting for delivery tag and 
delivery state is something like 31 bytes (quick back of napkin calc).  broker 
tag uses a long counter I think so max 8 bytes plus extra couple for Binary 
encoding.  I don't recall any case where the broker adds a delivery state so 
guess you don't need to add padding for that.  Safe gut estimate would be 64 
bytes if you didn't want to try and squeeze it down to optimistic encoding 
size.  

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to