rockermq 命令

1. 查看所有topic :

sh mqadmin topicList -n 192.168.1.30:9876
查看所有消费组group
sh mqadmin consumerProgress -n 192.168.1.30:9876
查询集群状态
sh mqadmin  clusterList -n 192.168.1.30:9876

查看消息
-t 指定topic
sh mqadmin printMSg -n 192.168.1.30:9876 -t log-topic

你可能感兴趣的:(rocketmq)