未验证 提交 d98192b2 编写于 作者: H Heng Du 提交者: GitHub

Merge pull request #2908 from duhenglucky/duheng_pop_consumer

Polish pop consume comment
......@@ -32,7 +32,7 @@ public class PopPushConsumer {
public static final String CONSUMER_GROUP = "CID_JODIE_1";
public static final String TOPIC = "TopicTest";
// Or it can use cli directly: mqadmin setConsumeMode -c cluster -t topic -g group -m POP -n 8
// Or use AdminTools directly: mqadmin setConsumeMode -c cluster -t topic -g group -m POP -n 8
private static void switchPop() throws Exception {
DefaultMQAdminExt mqAdminExt = new DefaultMQAdminExt();
mqAdminExt.start();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册