zhiliatom commented on PR #5076: URL: https://github.com/apache/rocketmq/pull/5076#issuecomment-1248851510
user send delay messge by three ways: 1. message.setDelayTimeSec(10); 2. message.setDelayTimeMs(10_000L); 3. message.setDeliverTimeMs(System.currentTimeMillis() + 10_000L). so I think the property `PROPERTY_TIMER_DELAY_MS ` is not redundant. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
