pingww commented on issue #196:
URL: https://github.com/apache/rocketmq-mqtt/issues/196#issuecomment-1558897006

   用RMQ发送消息,需要指定到通配符:
   
   private static Set<String> mapWildCardLmq(String firstTopic, String 
secondTopic) {
           System.out.println(TopicUtils.wrapLmq(firstTopic, secondTopic));
           // todo by yourself
           return new HashSet<>(Arrays.asList(TopicUtils.wrapLmq(firstTopic, 
"/#")));
       }


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to