WMQAdminCommands command group for the AdminTask object

You can use the WebSphere® MQ administrative commands to manage JMS resources for the WebSphere MQ messaging provider.

You can configure JMS resources for the WebSphere MQ messaging provider through the WebSphere MQ administrative commands, or you can configure JMS resources for the WebSphere MQ messaging provider through the administrative console.

To run these commands, use the AdminTask object of the wsadmin scripting client. Each command acts on multiple objects in one operation. The commands are provided to allow you 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 WebSphere Application Server Version 7 and later application servers. Do not use them with earlier versions.

For a list of the available WebSphere MQ messaging provider administrative 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 your changes to the master configuration. For example, use the following command:

AdminConfig.save()

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




Subtopics
createWMQActivationSpec command
deleteWMQActivationSpec command
listWMQActivationSpecs command
modifyWMQActivationSpec command
showWMQActivationSpec command
createWMQConnectionFactory command
deleteWMQConnectionFactory command
listWMQConnectionFactories command
modifyWMQConnectionFactory command
showWMQConnectionFactory command
createWMQTopic command
deleteWMQTopic command
listWMQTopics command
modifyWMQTopic command
showWMQTopic command
manageWMQ command
migrateWMQMLP command
createWMQQueue command
deleteWMQQueue command
listWMQQueues command
modifyWMQQueue command
showWMQQueue command
Related tasks
Using the wsadmin scripting AdminTask object for scripted administration
Starting the wsadmin scripting client using wsadmin scripting
Managing messaging with the WebSphere MQ messaging provider
Related reference
Mapping of administrative console panel names to command names and WebSphere MQ names
Reference topic    

Terms of Use | Feedback

Last updated: Oct 20, 2010 7:53:43 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=compass&product=was-nd-dist&topic=rmj_wmq_cmnds
File name: rmj_wmq_cmnds.html