Skip to content

Commit

Permalink
[ISSUE #5838] retry to send when broker returns SYSTEM_BUSY (#5845)
Browse files Browse the repository at this point in the history
  • Loading branch information
cserwen committed May 10, 2024
1 parent 89c1509 commit e5b357c
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 e5b357c

Please sign in to comment.