rocketmq5.x 如何设置消费重试次数? #9684
Answered
by
1782935682
joewong-rf
asked this question in
Q&A
-
想要将最大消费重试次数从默认的 16 修改为 5,通过 broker.conf 设置以下参数,通过 SimpleConsumer 消费,均无效。最大消费重试次数应该如何设置? |
Beta Was this translation helpful? Give feedback.
Answered by
1782935682
Sep 10, 2025
Replies: 1 comment
-
grpc 吗,修改订阅组的最大重试次数 sh mqadmin updateSubGroup -b 127.0.0.1:10911 -g SubGroupA -r 10 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joewong-rf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
grpc 吗,修改订阅组的最大重试次数
sh mqadmin updateSubGroup -b 127.0.0.1:10911 -g SubGroupA -r 10