Focus-rth commented on issue #6655:
URL: https://github.com/apache/rocketmq/issues/6655#issuecomment-1530684450

   I figure it out  
   message length include message body length , message properties length , 
topic length and so on.
   when transaction message check back, message properties will insert 
TRANSACTION_CHECK_TIMES property, so increase message size may over message 
size limit. 
   
   So it is recommended that the message body size of the transaction message 
be smaller than broker maxMessageSize。
   We will strengthen the check of message size sent by transaction clients
   
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to