Skip to content

Commit

Permalink
retry to send when broker returns SYSTEM_BUSY
Browse files Browse the repository at this point in the history
  • Loading branch information
dengzhiwen1 committed May 8, 2024
1 parent dcf892a commit 8c60f7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public class DefaultMQProducer extends ClientConfig implements MQProducer {
ResponseCode.TOPIC_NOT_EXIST,
ResponseCode.SERVICE_NOT_AVAILABLE,
ResponseCode.SYSTEM_ERROR,
ResponseCode.SYSTEM_BUSY,
ResponseCode.NO_PERMISSION,
ResponseCode.NO_BUYER_ID,
ResponseCode.NOT_IN_CURRENT_UNIT
Expand Down

0 comments on commit 8c60f7f

Please sign in to comment.