dugenkui03 opened a new issue, #6605: URL: https://github.com/apache/rocketmq/issues/6605
You will get `RemotingTooMuchRequestException` with message `send message tryAcquire semaphoreAsyncSize timeout` when message body size over the maximum message size of on-going sending async messages, but you will always failed if you retry to send this message. Return `MQClientException(ResponseCode.MESSAGE_ILLEGAL` with message `the message body size over the maximum message size of on-going sending async messages` to tell producer the message is too large. -- 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]
