+

Search Tips   |   Advanced Search

WMQAdminCommands


Use the WebSphere MQ administrative commands to manage JMS resources for the WebSphere MQ messaging provider.

Configure JMS resources for the WebSphere MQ messaging provider through the WebSphere MQ administrative commands, or we can configure JMS resources for the WebSphere MQ messaging provider through the admin console.

To run these commands, use AdminTask of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow us to make the most commonly-required types of update in a consistent manner, where modifying the underlying objects directly would be error-prone.

These commands are valid only when they are used with WAS V7 and later appservers. Do not use them with earlier versions.

For a list of the available WebSphere MQ messaging provider admin commands, plus a brief description of each command, enter the following command at the wsadmin prompt:

print AdminTask.help('WMQAdminCommands')

For overview help on a given command, enter the following command at the wsadmin prompt:

print AdminTask.help('command_name')

After using these commands, save the changes to the master configuration. For example, use the following command:

AdminConfig.save()

The following commands are available for the WMQAdminCommands group of AdminTask:



Subtopics


createWMQActivationSpec
deleteWMQActivationSpec
listWMQActivationSpecs
modifyWMQActivationSpec
showWMQActivationSpec
createWMQConnectionFactory
deleteWMQConnectionFactory
listWMQConnectionFactories
modifyWMQConnectionFactory
showWMQConnectionFactory
createWMQTopic
deleteWMQTopic
listWMQTopics
modifyWMQTopic
showWMQTopic
manageWMQ
migrateWMQMLP
createWMQQueue
deleteWMQQueue
listWMQQueues
modifyWMQQueue
showWMQQueue

 

Related tasks


Use AdminTask for scripted administration
Start wsadmin
Manage messaging with the WebSphere MQ messaging provider

 

Related


Mapping of admin console panel names to command names and WebSphere MQ names