cj-8480 opened a new issue #294:
URL: https://github.com/apache/rocketmq-spring/issues/294


   以master分支代码为例
   1、先使用下图方法进行 Message 转换时 加上了前缀
   
![image](https://user-images.githubusercontent.com/33209018/91959165-dbd0c600-ed3a-11ea-9190-f3bc2a15f62a.png)
        toRocketHeaderKey方法,如下图
   
![image](https://user-images.githubusercontent.com/33209018/91959307-03c02980-ed3b-11ea-88a8-dfbffb090aac.png)
   
   2、RocketMQTemplate.send 方法 传入SpringMessage 后,工具类会调用下图方法进行message转换
   
![image](https://user-images.githubusercontent.com/33209018/91959507-497cf200-ed3b-11ea-9c1b-eee85c7060cc.png)
   此时,会导致KEYS参数丢失,因为缺少前缀
   


----------------------------------------------------------------
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]


Reply via email to