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 Jan 10, 2023
1 parent 0533816 commit 6af9de5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public class DefaultMQProducer extends ClientConfig implements MQProducer {
ResponseCode.SYSTEM_ERROR,
ResponseCode.NO_PERMISSION,
ResponseCode.NO_BUYER_ID,
ResponseCode.NOT_IN_CURRENT_UNIT
ResponseCode.NOT_IN_CURRENT_UNIT,
ResponseCode.SYSTEM_BUSY
));

/**
Expand Down

0 comments on commit 6af9de5

Please sign in to comment.