You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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提供的延时消息消费功能
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
Please describe the feature you are requesting.
发消息的时候带上延时消息的标识TIMER_DELAY_SEC/TIMER_DELIVER_MS时,消息会被立即消费
The text was updated successfully, but these errors were encountered:
BUG REPORT
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提供的延时消息消费功能
springcloud=2023.0.1
springcloudalibaba=2023.0.1.0
spring-cloud-starter-stream-rocketmq=2023.0.1.0
FEATURE REQUEST
发消息的时候带上延时消息的标识TIMER_DELAY_SEC/TIMER_DELIVER_MS时,消息会被立即消费
The text was updated successfully, but these errors were encountered: