RocketMQ命令整理

参考http://jameswxx.iteye.com/blog/2091971

常用的运维命令

查看集群情况

./mqadmin clusterList -n 127.0.0.1:9876

查看broker状态

./mqadmin brokerStatus -n 127.0.0.1:9876 -b 192.168.146.105:10911

查看topic列表

./mqadmin topicList -n 127.0.0.1:9876

查看topic状态

./mqadmin topicStatus -n 127.0.0.1:9876 -t PushTopic

查看topic路由

./mqadmin topicRoute -n 127.0.0.1:9876 -t PushTopic

你可能感兴趣的:(RocketMQ命令整理)