[root@txbdserver02 bin]# ./mqadmin The most commonly used mqadmin commands are: updateTopic 创建、更新主题 deleteTopic 从broker和命名服务器删除主题 updateSubGroup 创建、修改组 deleteSubGroup 从broker上删除组 updateBrokerConfig 修改broker的配置 updateTopicPerm Update topic perm topicRoute Examine topic route info topicStatus Examine topic Status info topicClusterList get cluster info for topic brokerStatus Fetch broker runtime status data queryMsgById Query Message by Id queryMsgByKey Query Message byKey queryMsgByUniqueKey Query Message byUniquekey queryMsgByOffset Query Message byoffset queryMsgByUniqueKey Query Message byUniquekey printMsg Print Message Detail sendMsgStatus send msg to broker. brokerConsumeStats Fetch broker consume stats data producerConnection Query producer's socket connection and client version consumerConnection Query consumer's socket connection, client version and subscription consumerProgress Query consumers's progress, speed consumerStatus Query consumer's internal data structure cloneGroupOffset clone offsetfrom other group. clusterList List all of clusters topicList Fetchall topic list from name server updateKvConfig Createorupdate KV config. deleteKvConfig Delete KV config. wipeWritePerm Wipe write perm of broker inall name server resetOffsetByTime Reset consumer offsetby timestamp(without client restart). updateOrderConf Createorupdateordeleteorder conf cleanExpiredCQ Clean expired ConsumeQueue on broker. cleanUnusedTopic Clean unused topic on broker. startMonitoring Start Monitoring statsAll Topic and Consumer tps stats syncDocs Synchronize wiki and issue to github.com allocateMQ Allocate MQ checkMsgSendRT check message send response time clusterRT List All clusters Message Send RT
See 'mqadmin help <command>'for more information on a specific command.