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 2021/04/12 07:49:04 UTC

[GitHub] [rocketmq] hzhxxx opened a new issue #2799: ./mqadmin sendMsgStatus 参数描述错误

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:
users@infra.apache.org



[GitHub] [rocketmq] panzhi33 commented on issue #2799: ./mqadmin sendMsgStatus 参数描述错误

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #2799:
URL: https://github.com/apache/rocketmq/issues/2799#issuecomment-817604560


   这个是因为mq已经在每个broker里面创建了一个和brokerName相同的topic,他的描述就是 给broker发送消息。可以理解为这个命令是为了检查每台broker发消息是否正常


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



[GitHub] [rocketmq] duhenglucky closed issue #2799: ./mqadmin sendMsgStatus 参数描述错误

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #2799:
URL: https://github.com/apache/rocketmq/issues/2799


   


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