Updated on 2025-07-29 GMT+08:00

Message Query Panel Home

RocketMQ provides the following three message query methods:

  • By topic: All messages of a specified topic within a specified period will be queried. This is range query and may find a large number of messages.
  • By message ID: The message with the specified message ID will be queried. This is exact search and can quickly find a specific message.
  • By message key: The message with the specified message key will be queried. This is exact search and can quickly find a specific message.