rcfeng commented on issue #8022:
URL: https://github.com/apache/rocketmq/issues/8022#issuecomment-2060673035

   没人吗
   
定时消息也存在相同的问题,在dashboard根据offsetMsgId是可以查到消息已经落库到rmq_sys_wheel_timer了,但是已经不向业务topic投递。
   
   
           long time = System.currentTimeMillis() + 3 * 1000L;
   
           SendResult sendResult = 
rocketMQTemplate.syncSendDeliverTimeMills(topic, new Person("定时消息"),time);
   
   SendResult [sendStatus=SEND_OK, msgId=A9FEB444BF5036BAF30C55E013E30003, 
offsetMsgId=C0A81C4200002A9F000000000002207C, messageQueue=MessageQueue 
[topic=RCFENG-TOPIC-DELIVER, brokerName=rcfeng-broker-m1, queueId=1], 
queueOffset=57]
   


-- 
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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to