xox9001 commented on issue #657: query new topic first message fail,but message 
list have message
URL: https://github.com/apache/rocketmq/issues/657#issuecomment-451243786
 
 
   > msg := fmt.Sprintf("Hello RocketMQ-%d", i)
   >            msgT := new(rocketmq.Message)
   >            msgT.Topic = "orderlyTest"
   >            msgT.Body = "msg,I:"+strconv.Itoa(i)
   >            msgT.DelayTimeLevel = 1
   >            //msgT.Keys = strconv.Itoa(i)
   >            //msgT.Tags = "test"
   >            //result,err := producer.SendMessageSync(msgT)
   >            selector := queueSelectorByOrderID{}
   >            result,err := producer.SendMessageOrderly(msgT,selector,4,3)

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to