Durables List

To see more details about the durables in a persistence store, click the Durable value in the Persistence Stores status table.

Columns

GUI Item Description
Durable Name Name of the durable.
Durable Type The type of durable.
Subscribers Number of subscribers with client processes on the durable.

To see more details about subscribers, click this number. See Subscribers List.

Browsers

Number of client processes with browsers on the durable.

Browsers only work with shared durables. This is not supported for standard durables.

To see more details, about browsers, see Browsers List

Used/Max Bytes Number of bytes used by messages in the durable, followed by the durable bytelimit ("unlimited" if there is no limit).
Used/Max Messages Number of messages in the durable, followed by the durable message limit ("unlimited" if there is no limit).
Matcher The content matcher for the durable. For example, Match All.
Key

The key field to use with the matcher.

Template Name

(Appears only when relevant.)

The name of the template used to create a dynamic durable.
Unacked

The number of unacked messages in the durable. This can be different from the total number of messages when the retention time is set.

For More information, see Retention Time

Purge and Delete

Icons at the right of each durable row trigger commands:

  • Purge the durable ( broom icon): This action purges all stored messages from the durable. You cannot undo this action.
    This action is available for both dynamic and static durables.
  • Delete the durable ( trash can icon): This action deletes the durable from the store, along with all its stored messages. You cannot undo this action.

    This action is available only for dynamic durables. To delete a static durable, you must delete its configuration from the store definition, which requires edit mode.

    If client programs have subscribers to a dynamic durable, and you delete that durable, the subscribers attempt to re-create it and resubscribe to it. If multiple subscribers compete with one another in their attempts, the outcome is undefined.

    Rewind ( clock icon): This action rewinds the durable. For more information, see Rewinding a Durable.
    This action is only available for durables with retention time set. For more information, see Retention Time .