The Topic Manager registers jobs in job group "Topic Manager" at the Scheduler Swiftlet:
These jobs can be scheduled via the Scheduler Swiftlet to run at specific times or in intervals, based on calenders and so on.
The Delete Durable job deletes durable subscribers (incl. all messages) which are selected by 2 SQL-Like predicates, client id and durable name, specified as job parameters. For example, a client id predicate of "sales" and a durable name predicate of "%" will delete all durable subscribers of client id "sales" whereas a client id predicate of "s__es%" and a durable name predicate of "dur%" will delete those from "saukesta" and "dur2003". If you set both parameters to "%", it will match all durable subscribers and therefore all durable subscribers are deleted.
| Parameter | Mandatory | Description |
|---|---|---|
| Client Id Predicate | Yes | SQL-Like predicate for client ids. |
| Durable Name Predicate | Yes | SQL-Like predicate for durable names. |