Network Deployment (Distributed operating systems), v8.0 > Reference > Commands (wsadmin scripting)


WMQAdminCommands command group

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

We 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 WAS v7 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, run at the wsadmin prompt:

print AdminTask.help('WMQAdminCommands')

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

print AdminTask.help('command_name')

After using these commands, save 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:


Related


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

New feature: showWMQ command

migrateWMQMLP command
createWMQQueue command
deleteWMQQueue command
listWMQQueues command
modifyWMQQueue command
showWMQQueue command
Use the wsadmin scripting AdminTask object for scripted administration
Start the wsadmin scripting client using wsadmin.sh
Manage messaging with the WebSphere MQ messaging provider


Related


Map of administrative console panel names to command names and WebSphere MQ names

+

Search Tips   |   Advanced Search