jiangchuan-java commented on issue #1882: Support StartDeliverTime
URL: https://github.com/apache/rocketmq/issues/1882#issuecomment-608264287
 
 
   > > > 收到您的回覆,我感到非常荣幸。请问您在实际业务中如何使用此逻辑?还有其他问题吗
   > > 
   > > 
   > > 
因此,StartDeliverTime是原始字段,阿里云的付费版本中也使用了该字段,但开源版本不具有此功能,因此可以与[https://help.aliyun.com/document_detail/29550](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)保持一致
   > > [。 html?spm = 
a2c4g.11186623.6.590.51d87e80kyeUmO](https://help.aliyun.com/document_detail/29550.html?spm=a2c4g.11186623.6.590.51d87e80kyeUmO)
   > > [#1874中的](https://github.com/apache/rocketmq/pull/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));
   > > 消息msg = ...
   > > msg.setStartDeliverTime(startDeliverTime);
   > > producer.send(msg);
   > 
   > thank you very much
   
   Can we have further communication with you, such as WeChat, QQ or other 
ways? I want to know whether there are some problems in the actual use of this 
implementation method with you, because we just started to use this logic, I 
want to learn from your experience

----------------------------------------------------------------
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

Reply via email to