Monitoring Active Subscriber
Active topic subscriber are listed below sub-context sys$topicmanager/usage/subscriber as entities. The names of the subscribers are constructed from the topic name and the subscriber id.
Example:
router1/sys$topicmanager/usage/subscriber> lc Entity List: Active Topic Subscribers Description: List of all active Topic Subscriber Entities in this List: ---------------------- iit.sales-1 swiftmq.jndi-0 router1/sys$topicmanager/usage/subscriber>_
|
Each subscriber contains read-only properties, that are describing the subscriber.
Example:
router1/sys$topicmanager/usage/subscriber> lc swiftmq.jndi-0 Entity: Active Topic Subscriber Description: An active Topic Subscriber Properties for this Entity: Name Current Value -------------------------------------------------------------- boundto (R/O) tmp$0@router1 clientid (R/O) Internal Swiftlet Usage nolocal (R/O) false selector (R/O) <not set> topic (R/O) swiftmq.jndi Entity contains no Sub-Entities. router1/sys$topicmanager/usage/subscriber>_
|
Monitoring Active Durable Subscriber
Active durable subscriber are listed below sub-context sys$topicmanager/usage/durables as entities. The names of the durable subscribers are constructed from the clientid and the durable name.
Example:
router1/sys$topicmanager/usage> lc durables Entity List: Active Durable Topic Subscribers Description: List of all active Durable Topic Subscriber Entities in this List: ---------------------- salesdpt$dur01 router1/sys$topicmanager/usage>_
|
Each durable subscriber contains read-only properties, that are describing the durable subscriber.
Example:
router1/sys$topicmanager/usage/durables> lc s Entity: Active Durable Topic Subscriber Description: An active Durable Topic Subscriber Properties for this Entity: Name Current Value -------------------------------------------------------------- boundto (R/O) salesdpt$dur01 clientid (R/O) salesdpt durablename (R/O) dur01 nolocal (R/O) false selector (R/O) JMSDeliveryMode = PERSISTENT topic (R/O) iit.sales Entity contains no Sub-Entities. router1/sys$topicmanager/usage/durables>_
|
Deleting active Durable Subscribers
Deleting an active durable subscriber is an administration task that leads to a deletion of all messages delivered to the durable subscriber and the subscription itself. If a client is currently connected to the durable subscriber, he will receive an exception.
To delete a durable subscriber, switch to context /sys$topicmanager/usage/durables and perform a delete command.
Example:
router1/sys$topicmanager/usage> cc durables router1/sys$topicmanager/usage/durables> lc Entity List: Active Durable Topic Subscribers Description: List of all active Durable Topic Subscriber Entities in this List: ---------------------- salesdpt$dur01 router1/sys$topicmanager/usage/durables> delete salesdpt$dur01 router1/sys$topicmanager/usage/durables> lc Entity List: Active Durable Topic Subscribers Description: List of all active Durable Topic Subscriber List contains no Entities. router1/sys$topicmanager/usage/durables>_
|