We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0533816 commit 6af9de5Copy full SHA for 6af9de5
client/src/main/java/org/apache/rocketmq/client/producer/DefaultMQProducer.java
@@ -72,7 +72,8 @@ public class DefaultMQProducer extends ClientConfig implements MQProducer {
72
ResponseCode.SYSTEM_ERROR,
73
ResponseCode.NO_PERMISSION,
74
ResponseCode.NO_BUYER_ID,
75
- ResponseCode.NOT_IN_CURRENT_UNIT
+ ResponseCode.NOT_IN_CURRENT_UNIT,
76
+ ResponseCode.SYSTEM_BUSY
77
));
78
79
/**
0 commit comments