Working with IBM MQ topic properties files
You can use properties files to create or change IBM MQ topic properties.
Avant de commencer
Determine the changes that you want to make to your IBM MQ topic configuration.
Démarrez l'outil de scriptage wsadmin. Pour démarrer wsadmin à l'aide du langage Jython, exécutez la commande wsadmin -lang Jython du répertoire bin du profil de serveur.
Pourquoi et quand exécuter cette tâche
Using a properties file, you can create, modify, or delete a IBM MQ topic object and its configuration properties.
Run administrative commands using wsadmin to create or change a properties file for a IBM MQ topic, validate the properties, and apply them to your configuration.
Action | Procédure |
---|---|
création | Paramétrez les propriétés et exécutez la commande applyConfigProperties. |
modify | Modifiez les propriétés et exécutez la commande applyConfigProperties. |
suppression | Supprimez la mise en commentaire #DELETE=true et exécutez la commande deleteConfigProperties. |
Vous pouvez éventuellement utiliser le mode interactif avec les commandes :
AdminTask.command_name('-interactive')
Procédure
Résultats
You can use the properties file to configure and manage the IBM MQ topic object.
Que faire ensuite
Sauvegardez les modifications de la configuration.