rocketMq---------相关命令

搭建就不详细说了,cent7.x的系统,openJdk8,maven3.x,gradle4.10.2, git 1.8.3.1

直接下载相关的二进制压缩包,解压即用,方便。 下面看常用的管理命令   

rocketMq使用问题

创建topic 

sh mqadmin updateTopic -n 127.0.0.1:9876  -c DefaultCluster -t Rz     //不知道为什么有人的命令后面没有写端口,尼玛执行不成功啊,4.3.1以前不用写端口?不解

查看top列表

sh mqadmin topiclist -n 127.0.0.1:9876

原文地址:https://www.cnblogs.com/anyehome/p/9881378.html