Docs
rocketmq
Product Introduction
Feature characteristics
Message Trace

Message Tracking

Message tracking refers to the link information of all nodes that a message passes from production to consumption, including production and consumption track information. Users can perform relevant business analysis based on the message track information.

Basic Information

The basic message refers to the message itself, including its Topic, Key, Tag, consumption status, etc.

Production Information

This includes producer address, message sending time, message sending duration, message sending status, etc.

Consumption Information

A single message may be consumed by multiple consumers of multiple consumer groups. The consumption message includes the client address of each consumer consuming the message, consumption status, consumption duration, and delivery time, etc.

Access Mode

Clients need to set message tracking to use the message tracking function.

Example of setting message tracking for JAVA version client