Skip to content

It is not appropriate for the DefaultRocketMQListenerContainer to only process the messageExt without additional processing of the message #346

@wbzj1110

Description

@wbzj1110

https://github.com/apache/rocketmq-spring/blob/master/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/DefaultRocketMQListenerContainer.java#L459

image

大家使用@RocketmqListiner标签常用的对象是 String Message MessageExt
如果仅对MessageExt 处理 会导致部分使用 Message 的用户 无法收到 properties topic等信息 与 String 一样。
希望 截图部分 增加对Message的额外处理。MessageExt 转换为Message即可 。

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussDiscuss whether to support

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions