Attribute | Description |
Name | The name of the durable subscriber. |
Channel | The name of the channel to which the durable subscriber belongs. |
Durable type | The type of durable subscriber (Shared, Serial, or Durable). |
Last event ID | The event ID of the last successfully consumed event. |
Outstanding events | The number of events outstanding for a particular durable subscriber. Note: The outstanding event count displayed for a non-shared durable is only an estimate. |
Last read time | The last date and time when the durable subscriber read, committed, or rolled back an event. |
Attribute | Description |
Name | The name of the durable subscriber. |
Channel | The name of the channel to which the durable subscriber belongs. |
Durable type | The type of durable subscriber (Shared, Serial, 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 | The event ID of the last successfully consumed event. |
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 | The connection ID. |
Mode | The client subscription mode (subscription based or getNext). |
Max pending | The window size specified by the client. |
Acknowledged | The total acknowledged events. |
Rolled back | The total rolled-back events. |
Pending | The event queues waiting to be acknowledged or rolled back. |
Last read time | The last time the session acknowledged, rolled back, or read an event from the durable subscriber. |
Attribute | Description |
Event ID | A unique ID to identify the event. |
TTL (ms) | Specifies how long (in milliseconds) each event is retained. |
Tag | The tag information of the event if an event tag exists. |
Event data | The content of the event. For Protobuf events, the content is a JSON string. |
Event size (bytes) | The size of the event in bytes. The event size is the total size of the event that is the sum of the event data and event properties. |
Event properties | The event properties represented as key-value pairs. |
Persistent | Whether the event is persistent or not. |