You can use a command to display attributes of mediation modules.
Before you begin
You must use the wsadmin tool to run the following commands.
Why and when to perform this task
To display the description of a mediation module,
use the wsadmin tool to complete the following steps.
In order to show
the description of a particular
mediation module,
you need to know the
mediation module name.
Note: Mediation modules are
types of Service Component Architecture (SCA) modules.
The listSCAModules command
lists SCA modules that
have been deployed to WebSphere ESB.
Steps for this task
- List the deployed SCA modules. $AdminTask listSCAModules
- Display the details of a particular SCA module. $AdminTask showSCAModule {-moduleName moduleName}
Note: In
addition to specifying the moduleName, you have the option
of specifying the applicationName. Providing an applicationName improves
performance.
Result
Displays the name and description of a particular
SCA module.
Example
$AdminTask showSCAModule {-moduleName myModule -applicationName myApplication}