Stores Status Page
The stores page displays a list of all persistence stores.
Clicking a store row expands a Durables List, summarizing the durables in the store.
Persistence Stores columns follow.
Columns
Column | Description |
---|---|
Status | State of the persistence store: Running or Offline. |
Store Name | Name of the persistence store. |
Durables | Number of durables in the store. |
Cluster | The persistence cluster that implements the store. |
Used/Max Bytes | The amount of storage consumed by messages in the store, and the maximum amount configured. |
Consumed Byte Limit | Progress bar showing storage consumed, by bytes. |
Used/Max Messages Count | The number of messages in the store, and the maximum number configured. |
Consumed Message Limit | Progress bar showing storage consumed, by message count. Or, instead of a progress bar, No limit defined by User displays. |
Total Messages / Bytes | The number of messages in the store, and the amount of storage they consume |
Commands
Icons at the right of each store row trigger commands:
- Purge durables (
broom icon). This action purges all messages from all the durables in the store. You cannot undo this action.
- Delete durables (
trash can icon). This action deletes all durables in the store. You cannot undo this action.