Skip to content

Commit

Permalink
Update 10consumerretrypolicy.md
Browse files Browse the repository at this point in the history
fix(10consumerretrypolicy.md).syntax errors
  • Loading branch information
boostarea authored May 31, 2024
1 parent c38cb00 commit d043ee0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Apache RocketMQ 的消费重试主要解决的是业务处理逻辑失败导致

## 消费重试策略概述

消费重试指的是,消费者在消费某条消息失败后,Apache RocketMQ 服务端会根据重试策略重新消费该消息,超过一次定数后若还未消费成功,则该消息将不再继续重试,直接被发送到死信队列中。
消费重试指的是,消费者在消费某条消息失败后,Apache RocketMQ 服务端会根据重试策略重新消费该消息,超过一定次数后若还未消费成功,则该消息将不再继续重试,直接被发送到死信队列中。

**消息重试的触发条件**

Expand Down

0 comments on commit d043ee0

Please sign in to comment.