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 2018/10/10 09:59:01 UTC

[GitHub] yufeng629 commented on issue #483: consumeMessageDirectly时没有把UserProperty的内容发送过去

yufeng629 commented on issue #483: consumeMessageDirectly时没有把UserProperty的内容发送过去
URL: https://github.com/apache/rocketmq/issues/483#issuecomment-428512674
 
 
   就是在发送消息的时候我通过 message.putUserProperty("myProperty", "1000"); 设置了一个值,然后调用AdminBrokerProcessor的consumeMessageDirectly这个方法的时候是成功通知到了消费者,但是消费者那边通过message.getUserProperty("myProperty")来取值的时候返回了一个NULL值
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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