GitHub user Hybdream95 closed a discussion: 发送延迟消息时,不能发送超过三天的延迟消息

timer message illegal, the delay time should not be bigger than the max delay 
259200000ms; or if set del msg, the delay time should be bigger than the 
current time
我取消了延迟等级后,发送延迟消息,发现超过三天的延迟消息创建不成功,原因是延迟时间不应大于最大延迟259200000ms,但是使用延迟等级就不会报这个问题。那么我应该怎么去解决这个问题?
broker的配置信息:
![1685345044564](https://github.com/apache/rocketmq/assets/127362348/d2e0478e-7ec1-4cbb-b89e-eaebb87e2c41)
brokerClusterName = DefaultCluster
brokerName = broker-a
brokerId = 0
deleteWhen = 04
fileReservedTime = 2160
brokerRole = ASYNC_MASTER
flushDiskType = ASYNC_FLUSH

proxy的配置信息:
![1685344762175](https://github.com/apache/rocketmq/assets/127362348/69a19728-0f7d-4315-8468-7965345d821c)
{
  "rocketMQClusterName": "DefaultCluster",
  "grpcServerPort":"8082",
  "namesrvAddr":"192.168.1.141:9876",
  "maxDelayTimeMills":"4,320,000,000",
  "useDelayLevel":false
}

GitHub link: https://github.com/apache/rocketmq/discussions/6831

----
This is an automatically sent email for dev@rocketmq.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@rocketmq.apache.org

Reply via email to