ilovedumplings commented on issue #5525:
URL: https://github.com/apache/rocketmq/issues/5525#issuecomment-1314942393

   > @ilovedumplings you mean delay message? Of course!
   
   yeah yeah yeah ,thanks !big man !!!
   
   in rocketmq-client  i wanna use delay message
   can i use this : ⬇
   org.apache.rocketmq.common.message.Message
   
       public void setDelayTimeSec(long sec) {
           this.putProperty(MessageConst.PROPERTY_TIMER_DELAY_SEC, 
String.valueOf(sec));
       }
       public void setDelayTimeMs(long timeMs) {
           this.putProperty(MessageConst.PROPERTY_TIMER_DELAY_MS, 
String.valueOf(timeMs));
       }
       public void setDeliverTimeMs(long timeMs) {
           this.putProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS, 
String.valueOf(timeMs));
       }
   
   


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

Reply via email to