5.3.1版本如何设置生产者生产的消息的过期时间, #9057
Unanswered
SoldierStone
asked this question in
Q&A
Replies: 1 comment
-
发现MessageConst中有一个public static final String PROPERTY_MESSAGE_TTL = "TTL",如何使用它 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
例如,我希望生产的消息在30分钟就过期,无法被消费者消费;或者消费时,能直接从当前时间开始消费,而不是从历史消息中消费。
Beta Was this translation helpful? Give feedback.
All reactions