You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/12/01 06:11:36 UTC

[GitHub] [rocketmq] lwclover commented on issue #2442: Can not retry,when broker is busy

lwclover commented on issue #2442:
URL: https://github.com/apache/rocketmq/issues/2442#issuecomment-736246463


   > Hi you can try this parameter
   > 
   > ```
   >   /**
   >      * Indicate whether to retry another broker on sending failure internally.
   >      */
   >     private boolean retryAnotherBrokerWhenNotStoreOK = false;
   > ```
   
   When return System busy, It means to trigger broker flow control, the sended message is abandoned.
   Client side will throw MQBrokerException, it can not retry.


----------------------------------------------------------------
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:
users@infra.apache.org