show topic

show topic topic-name
show topic (description of output fields)
Heading Description
Topic Full name of the topic.
Type dynamic—created by a client

static—configured by an administrator

Properties A list of property names that are set on the topic, and their values. For an index list of property names, see Destination Properties.
JNDI Names A list of explicitly assigned JNDI names that refer to this topic.
Bridges A list of bridges from this topic to other destinations.
Subscriptions Number of subscriptions on this topic. (This count also includes durable subscriptions.)
Durable Subscriptions The number of durable subscriptions on the topic.
Consumers Number of active consumers on this topic.

Note: When a durable consumer is offline, it is not included in the count reported here.

However, if this command is performed on an EMS 7.x or earlier server, the count also includes offline durable consumers.

Durable Consumers Number of active durable consumers on this topic.

Note: When a durable consumer is offline, it is not included in the count reported here.

However, if this command is performed on an EMS 7.x or earlier server, the count also includes offline durable consumers.

Pending Msgs The total number of messages sent but not yet acknowledged by the consumer, followed by the number of persistent messages in parenthesis. These counts include copies sent to multiple subscribers.
Pending Msgs Size Total size of all pending messages, followed by the size of all persistent messages in parenthesis.
The server accumulates the following statistics only when the administrator has enabled statistics. Otherwise these items are zero.
Total Inbound Msgs Cumulative count of all messages delivered to the topic.
Total Inbound Bytes Cumulative total of message size over all messages delivered to the topic.
Total Outbound Msgs Cumulative count of messages consumed from the topic by consumers. Each consumer of a message increments this count independently of other consumers, so one inbound message results in n outbound messages (one per consumer).
Total Outbound Bytes Cumulative total of message size over all messages consumed from the topic by consumers. Each consumer of a message contributes this total independently of other consumers.