manageWMQ command

Use the manageWMQ command to manage the settings of the WebSphere® MQ resource adapter installed in a node.

To run the command, use the AdminTask object of the wsadmin scripting client.

This command is valid only when it is used with WebSphere Application Server Version 7 and later application servers. Do not use it 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 the command, save your changes to the master configuration. For example, use the following command:

AdminConfig.save()

Purpose

Use the manageWMQ command to manage the settings associated with the WebSphere MQ resource adapter installed in a node.

You can use the manageWMQ command to manage the native library and query the metadata of the WebSphere MQ resource adapter on each node.

Target object

A WebSphere MQ resource adapter on a specific node.

Required parameters

None.

Optional parameters

-nativePath
This parameter specifies the path to the WebSphere MQ messaging provider native libraries that are used by the WebSphere MQ resource adapter to establish a bindings mode connection to the queue manager.
-query
This parameter provides information about the WebSphere MQ messaging provider. This can be either the WebSphere MQ resource adapter installed into WebSphere Application Server or a WebSphere MQ resource adapter present on the file system of the node.
-enableInbound [z/OS]
This parameter enables inbound Java Platform, Enterprise Edition (Java EE) Connector Architecture (JCA) message delivery to WebSphere MQ resource adapter activation specifications on the z/OS® platform. This value can only be specified if the target WebSphere MQ resource adapter is at server scope. An application server restart is required for these changes to take effect.

The value of this parameter must be true or false

The default value is false.

Example

The following example shows how to enable inbound JCA message delivery on the z/OS platform.



Related tasks
Using the wsadmin scripting AdminTask object for scripted administration
Starting the wsadmin scripting client using wsadmin scripting
Related reference
migrateWMQMLP command
createWMQQueue command
deleteWMQQueue command
listWMQQueues command
modifyWMQQueue command
showWMQQueue command
Mapping of administrative console panel names to command names and WebSphere MQ names
WMQAdminCommands command group for the AdminTask object
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Jun 11, 2013 8:40:09 AM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=v701sca&product=was-nd-mp&topic=rmj_wmq_jmswmq_manage
File name: rmj_wmq_jmswmq_manage.html