The subscription details for a broker are broken up according to if the subscription is currently active. The broker details page will have separate buttons for active subscriptions and inactive subscriptions.
A broker's subscription details page lists all of the subscriptions managed by a broker. For each broker in the list it will also display detailed metrics for the subscription.
Selecting one of the subscriptions from the list will display additional details on the right of the page. These details include:
the client ID used when the subscription was created
the connection ID
the subscription's ID
the session ID of the consumer if it is active
the number of messages that have been consumed
the number of messages currently being actively pushed to the consumer
the number of messages waiting in the pending queue to be consumed
the number of messages waiting in the dispatch queue to be consumed
the number of messages that have been dispatched to, but not acknowledged, by the consumer
the total number of messages that have been dispatched to the consumer
the amount of memory allocated to the queue's cursor
the percentage of the allocated memory in use by the cursor
the status of the cursor
number of messages in the cursor
if the consumer will try to recover all of the messages it missed due to a broker failure
if the consumer is considered slow by the broker
if locally set messages are filtered out








