showSCAExportJMSBinding command
Use the showSCAExportJMSBinding command
to show the attributes of a JMS export binding. This applies to JMS
bindings, WebSphere® MQ
JMS bindings, and Generic JMS bindings.
This command displays the attributes of a JMS export binding
as 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.
Note: The
list of attributes will vary, depending on the application type and
application version.
Draft comment:
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.
Location
Draft comment:
Is this correct?
Is this correct?
Start the wsadmin scripting client from the install_root/profiles/deployment_manager_profile/bin directory.
Syntax
showSCAExportJMSBinding
-moduleName moduleName
-export export_name
[-applicationName applicationName]
[-javaFormat]
[-showAdvanced]
Required parameters
- -moduleName moduleName
- The name of the SCA module associated with the export.
- -export export
- The name of the export.
Optional parameters
- -applicationName applicationName
- The name of the application.
- -javaFormat
- The output format. Specify false for human-readable
text or true for keys in the following format:
connection.factoryresponse.connection.factoryfailed.event.replay.connection.factorysend.destinationreceive.destinationactivation.specificationlistener.port
Note: The output varies, depending on whether the binding is JMS, Generic JMS, or WebSphere MQ JMS. For example, for Version 7 applications, information about listener ports is displayed only for Generic JMS bindings. - -showAdvanced
- Specify true to display all the attributes, including the read-only ones.
Example
To list the attributes of a JMS export binding called Export1 in a module called MyMod for use in
another
script:
AdminTask.showSCAExportJMSBinding('[-moduleName MyMod -export Export1 -javaFormat true]')Tip: To see formatted output, add the print statement before the command
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15