show durables

show durables [pattern]

If a pattern is not entered, this command shows a list of all durable subscribers on all topics.

If a pattern is entered (for example foo.*) this command shows a list of durable subscribers on topics that match that pattern.

show durable (description of output fields)
Heading Description
Topic Name Name of the topic.

An asterisk preceding this name indicates a dynamic durable subscriber. Otherwise the subscriber is static (configured by an administrator).

Durable Full name of the durable subscriber.
Shared Y to indicate that this is a shared durable subscription, N otherwise.
User Name of the user of this durable subscriber. If the durable subscriber is currently offline, the value in this column is offline. If this is a shared durable subscription, the value of this column is shared.

For users defined externally, there is an asterisk in front of the user name.

Msgs Number of pending messages
Size Total size of pending messages

For more information, see Destination Properties.