hzhxxx opened a new issue #2799:
URL: https://github.com/apache/rocketmq/issues/2799
# ./mqadmin sendMsgStatus
usage: mqadmin sendMsgStatus -b <arg> [-c <arg>] [-h] [-n <arg>] [-s <arg>]
-b,--brokerName <arg> Broker Name
-c,--count <arg> send message count, Default: 50
-h,--help Print help
-n,--namesrvAddr <arg> Name server address list, eg:
192.168.0.1:9876;192.168.0.2:9876
-s,--messageSize <arg> Message Size, Default: 128
参数 -b,--brokerName <arg> Broker Name 实际上应该是 -t topic
./mqadmin sendMsgStatus -b testTopic -n "10.7.30.121:9876;10.7.30.122:9876"
--
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:
[email protected]