WebSphere Enterprise Service Bus, Version 6.2.0 Operating Systems: AIX, HP-UX, i5/OS, Linux, Solaris, Windows


showSCAImportJMSBinding command

Use the showSCAImportJMSBinding command to show the attributes of a JMS import binding. This applies to JMS bindings, WebSphere® MQ JMS bindings, or generic JMS bindings.

Before you begin

The showSCAImportJMSBinding 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 showSCAImportJMSBinding { parameters }

Purpose

The showSCAImportJMSBinding command displays the attributes of a JMS import binding.

Command name
showSCAImportJMSBinding
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 import binding belongs.
import
A mandatory parameter that specifies the name of the import.
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
  • response.connection.factory
  • send.destination
  • receive.destination
  • activation.specification
  • listener.port
showAdvanced
An optional parameter. Specify true to display all the attributes, including the read-only ones.

Example

To list the attributes of a JMS import binding called Import1 in a module called MyMod for use in another script:

wsadmin> $AdminTask showSCAImportJMSBinding {-moduleName MyMod 
-import Import1 -javaFormat true}

reference Reference topic

Terms of use | Feedback


Timestamp icon Last updated: 21 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic//com.ibm.websphere.wesb620.doc/ref/rwesb_showSCAImportJMSBinding.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).