Skip to content

Commit 13b9718

Browse files
committed
#491 增加消息id被谁消费api,扩展id查询命令
1 parent 7e0bc0e commit 13b9718

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rocketmq-tools/src/main/java/com/alibaba/rocketmq/tools/command/message/QueryMsgByIdSubCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public static void queryById(final DefaultMQAdminExt admin, final String msgId)
162162
System.out.println("No Consumer");
163163
}
164164
else {
165+
System.out.println("\n\n");
165166
for (MessageTrack mt : mtdList) {
166167
System.out.println(mt);
167168
}

0 commit comments

Comments
 (0)