xiaobin-zhang opened a new issue, #717:
URL: https://github.com/apache/rocketmq-spring/issues/717

   
   
   
https://github.com/apache/rocketmq-spring/blob/fb044e2e4746360ae6bbe4dc89ab2c263eb76d81/rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/support/RocketMQUtil.java#L211
   
   我用下面代码进行消息头中的TAGS设置后,在对Message转换时,会把Message的Header中的TAGS标签丢失。
   ```java
   MessageBuilder.withPayload(msg).setHeader(RocketMQHeaders.TAGS, 
"my-tag").build;


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

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to