wbzj1110 opened a new issue #346: URL: https://github.com/apache/rocketmq-spring/issues/346
https://github.com/apache/rocketmq-spring/blob/master/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java#L459  **大家使用@RocketmqListiner标签常用的对象是 String Message MessageExt** 如果仅对MessageExt 处理 会导致部分使用 Message 的用户 无法收到 properties topic等信息 与 String 一样。 希望 截图部分 增加对Message的额外处理。MessageExt 转换为Message即可 。 ---------------------------------------------------------------- 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: [email protected]
