Note: | You can purge events only for shared durable subscribers. |
Attribute | Description | ||
Name | Name of the durable subscriber. | ||
Channel | Name of the channel to which the durable subscriber belongs. | ||
Durable type | Type of the durable subscriber (Shared, Shared - Queued, Priority, or Durable). | ||
Last event ID | Event ID of the last successfully consumed event. | ||
Outstanding events | The number of events outstanding for a particular durable subscriber.
| ||
Last read time | The last date and time when the durable subscriber read, committed, or rolled back an event. |
Attribute | Description |
Name | Name of the durable subscriber. |
Channel | Name of the channel to which the durable subscriber belongs. |
Durable type | Type of the durable subscriber (Shared, Shared - Queued, Priority, or Durable). |
Cluster-wide | Whether the durable subscriber is on a channel that is part of a Universal Messaging cluster. |
Persistent | Whether the durable subscriber is persistent. Persistent durable subscribers retrieve the last event ID consumed before the Universal Messaging server instance was restarted. |
Selector | Events are filtered based on the defined selector. |
Attribute | Description |
Last event ID | Event ID of the last successfully consumed event. |
Store size (KB) | The size of the store available for the Shared - Queued durable. |
Total events | The number of outstanding events for the durable subscriber. |
Pending events | The number of outstanding events waiting for a commit or a rollback. |
Last read time | The last date and time when the durable subscriber read, committed, or rolled back an event. |
Last write time | The last time the durable was written to. Typically, this is the last time an event was added to the durable subscriber. |
Attribute | Description |
ID | Connection ID. |
Mode | Client subscription mode (subscription based or getNext). |
Max pending | Window size specified by the client. |
Acknowledged | Total acknowledged events. |
Rolled back | Total rolled back events. |
Pending | Event queues waiting to be acknowledged or rolled back. |
Last read time | Last time the session acknowledged, rolled back, or read an event from the durable subscriber. |
Attribute | Description | ||
Event ID | Unique ID to identify the event. | ||
TTL (ms) | Specifies how long (in milliseconds) each event is retained. | ||
Tag | Shows the tag information of the event if an event tag exists. | ||
Event data | Content of the event.
| ||
Event size (bytes) | Size of the event in bytes.
| ||
Event properties | Event properties represented as key-value pairs. | ||
Persistent | Shows whether the event is persistent or not. |