Listing non-durable subscriptions
Use this task to list the non-durable subscriptions that exist at runtime for a topic space.
Pourquoi et quand exécuter cette tâche
To display a list of non-durable subscriptions for a publication point, use the administrative console to complete the following steps:
Procédure
- Cliquez sur . Les destinations existantes sont affichées dans la sous-fenêtre de contenu.
- Cliquez sur le nom de l'espace de sujet.
- Sous Points de message, cliquez sur Points de publication. Les points de publication de l'espace de sujet s'affichent.
- Cliquez sur le nom du point de publication.
- Cliquez sur l'onglet Exécution.
- Under Additional Properties, click Subscriptions.
Résultats
Each non-durable
subscription is created with a has a unique subscription identifier,
_NON_DURABLE_NON_SHARED<number>; and each shared non-durable subscription is created with a
unique subscription identifier,
clientID##subName where:
- clientID
Identificateur du client permettant d'associer une connexion et ses objets aux messages gérés pour les applications (comme clients du fournisseur JMS). You should use a naming convention that helps you identify the applications, in case you have to relate non-durable subscriptions to the associated applications for runtime administration. For more information about client identifiers, see section 6.1.2 of the JMS 2.0 specification.
- NomAbon
- The JMS non-durable subscription name used to uniquely identify a non-durable subscription within a given client identifier. For more information about JMS non-durable subscription names, see section 8.3.1 and 8.3.2 of the JMS 2.0 specification.