show durable
show durable durable-name
Show information about a durable subscriber.
| Heading | Description |
|---|---|
| Durable Subscriber | Fully qualified name of the durable subscriber. This name concatenates the client ID (if any) and the subscription name (separated by a colon). |
| Subscription name | Full name of the durable subscriber. |
| Shared | yes if this is a shared durable subscription, no otherwise. |
| Client ID | Client ID of the subscriber’s connection. |
| Topic | The topic from which the durable subscription receives messages. |
| Type | dynamic—created by a client
static—configured by an administrator |
| Status | online
offline |
| Username | Username of the durable subscriber (that is, of the client’s connection).
If the durable subscriber is currently offline, the value in this column is offline. |
| Consumer ID | This internal ID number is not otherwise available outside the server. |
| No Local | enabled—the subscriber does not receive messages sent from its local connection (that is, the same connection as the subscriber).
disabled—the subscriber receives messages from all connections. |
| Selector | The subscriber receives only those messages that match this selector. |
| Pending Msgs | Number of all messages in the topic. (This count includes the number of delivered messages.) |
| Delivered Msgs | Number of messages in the topic that have been delivered to the durable subscriber, but not yet acknowledged. |
| Pending Msgs Size | Total size of all pending messages |
Copyright © Cloud Software Group, Inc. All rights reserved.
