Is it possible to track messages in each topic and queue level

@dreamoka the broker itself doesn’t store individual per message data like this.
But fear not! Distributed Tracing gathers just this sort of information, including when the message was sent from the queue to the client and when the client acknowledged the message. For more details, see the DT docs .