Use the showSCAExportMQBinding command
to show the attributes of a WebSphere® MQ
export binding.
Before you begin
The showSCAExportMQBinding command
is run using the AdminTask object of the wsadmin scripting client.
Use
the following command to list all the SCA administrative commands.
wsadmin> $AdminTask help SCAAdminCommands
Use
the following command to get detailed help on a particular command.
wsadmin> $AdminTask help command_name
Syntax
$AdminTask showSCAExportMQBinding { parameters }
Purpose
The showSCAExportMQBinding command
displays the attributes of a WebSphere MQ
export binding.
- Command name
- showSCAExportMQBinding
- Target
- None.
- Result
- A java.util.Hashtable containing the usage and
the JNDI name of each of the resources associated with this binding.
The format of the output is specified by the javaFormat parameter.
Parameters
- moduleName
- A mandatory parameter that specifies the name of the module to
which the export binding belongs.
- export
- A mandatory parameter that specifies the name of the export.
- applicationName
- An optional parameter that specifies the name of the application.
- javaFormat
- An optional parameter that specifies the output format. Specify false for
human-readable text or true for keys in the
following format:
- connection.factory
- send.destination
- listener.port
- callback.destination
- showAdvanced
- An optional parameter. Specify true to
display all the attributes, including the read-only ones.
Example
To list the attributes of a WebSphere MQ export binding
called export1 in a module called MyMod for use in another script:
wsadmin> $AdminTask showSCAExportMQBinding {-moduleName MyMod
-export Export1 -javaFormat true}