2259289435 edited a comment on issue #1882: Support StartDeliverTime URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608253070 > I'm very honored to receive your reply. May I ask how you use this logic in your actual business? Any other questions ths, StartDeliverTime is the original field, which is also used in the paid version of aliyun, except that the open source version does not have this feature, so it can be consistent https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO code in #1874 example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeConsumer.java example/src/main/java/org/apache/rocketmq/example/schdule/StartDeliverTimeProducer.java long startDeliverTime = System.currentTimeMillis() + TimeUnit.SECONDS.toMillis(360000L)); Message msg = ... msg.setStartDeliverTime(startDeliverTime); producer.send(msg);
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
