You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/03/21 07:40:39 UTC

[GitHub] [rocketmq] ahuazhu opened a new pull request #1104: Delay queue 2

ahuazhu opened a new pull request #1104: Delay queue 2
URL: https://github.com/apache/rocketmq/pull/1104
 
 
   ## What is the purpose of the change
   
   add the feature of timed delivery.
   
   ## Brief changelog
   
   Add a simple implementation using the delay queue.  The producer set the delivery time via adding a user property PROPERTY_DELIVERY_TIME_MILLIS ,  The CommitLog check the current time and send it to the appropriate SCHEDULE_QUEUE or a normal ConsumerQueue.
   
   ## Verifying this change
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services