wn0112 opened a new issue #526:
URL: https://github.com/apache/rocketmq-client-go/issues/526


   I want to send a message which size exceeds 2M. And I modified broker.conf 
and added a line : 
   `maxMessageSize=4194304`
   Seems it works. Because I printed the config of broker with `-p` ,  the 
value was set correctly.
   
   But I still get error message from server: 
   `the message is illegal, maybe msg body or properties length not matched. 
msg body length limit 128k, msg properties length limit 32k.`
   
   Maybe I also need to change `maxMessageSize` from client side ? How to do 
that?


----------------------------------------------------------------
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:
[email protected]


Reply via email to