You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/02/03 03:23:59 UTC

[GitHub] [rocketmq-spring] wbzj1110 commented on issue #346: DefaultRocketMQListenerContainer 仅对MessageExt做了处理没有对Message做额外处理不太妥当

wbzj1110 commented on issue #346:
URL: https://github.com/apache/rocketmq-spring/issues/346#issuecomment-772191278


    if (Objects.equals(messageType, MessageExt.class) || Objects.equals(messageType, Message.class)) {
               return messageExt;
           }
   即可。。。


----------------------------------------------------------------
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:
users@infra.apache.org