How do I set the rocketmq delay message storage time #6826
Replies: 1 comment 3 replies
-
延时消息超过存储时间之后会被清理的,所以这个行为是禁止的。 |
Beta Was this translation helpful? Give feedback.
3 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.
-
现象:
1.我在测试rocketmq延迟消息,把rocketmq的延迟等级关闭。
2.之后发送延迟消息时,只要超过了3天时间,rocketmq就会报错。
rocketmqhe delay time should not be bigger than the max delay 259200000ms;
3.初步怀疑是消息存储时长过短的原因导致报错。
Beta Was this translation helpful? Give feedback.
All reactions