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 2019/12/09 11:03:37 UTC

[GitHub] [rocketmq-spring] RongtongJin commented on issue #195: tags is invalid

RongtongJin commented on issue #195: tags is invalid
URL: https://github.com/apache/rocketmq-spring/issues/195#issuecomment-563184208
 
 
   When you use rocketMQTemplate to send a message, set the destination of the message by setting the destination parameter of the send method. The destination format is topicName:tagName, : Precedes the name of the topic, followed by the tags name. As shown below,
   https://github.com/apache/rocketmq-spring/blob/1bea434f5436b14cae35fb9f9b90737a474ade44/rocketmq-spring-boot-samples/rocketmq-produce-demo/src/main/java/org/apache/rocketmq/samples/springboot/ProducerApplication.java#L106-L110.
   Currently, setting tag through header is not supported. If you have a need for this, please tell me.
   

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


With regards,
Apache Git Services