Dynasty-develop opened a new issue, #690: URL: https://github.com/apache/rocketmq-spring/issues/690
**BUG REPORT** 1. Please describe the issue you observed: - What did you do (The steps to reproduce)? 使用rocketmq的5.x版本的客户端以及使用rocketmq5.x服务端,并在springCloud微服务架构下使用rocketmq的自定义延时时间的延迟消息不能被延迟消费,而是会被立即被消费。原因是spring-cloud-starter-stream-rocketmq这个组件没有处理延时消息的属性,直接被忽略掉了 - What did you expect to see? 在client和server同为高版本的情况下,可以正常使用rocketmq提供的延时消息消费功能 2. Please tell us about your environment: springcloud=2023.0.1 springcloudalibaba=2023.0.1.0 spring-cloud-starter-stream-rocketmq=2023.0.1.0 **FEATURE REQUEST** 1. Please describe the feature you are requesting. 发消息的时候带上延时消息的标识TIMER_DELAY_SEC/TIMER_DELIVER_MS时,消息会被立即消费 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org