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


configSCAJMSForServer command

You can use this command instead of the administrative console to configure a specific server to run Service Component Architecture (SCA) applications that use JMS resources. You can specify a number of commands in a file to batch a large number of configurations without having to navigate the administrative console panels.

Before you begin

The configSCAJMSForServer 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 configSCAJMSForServer {-paramName paramValue ...}

Purpose

Use the configSCAJMSForServer command to prepare a server to support SCA applications that use JMS resources. This wsadmin command is an alternative to using the administrative console to perform the configuration.

Required Parameters

-serverName nameofserver
A required parameter that identifies the server you are configuring
-nodeName nameofnode
A required parameter that identifies the node to which the server belongs.

Optional Parameters

-appBusDataSource SCAApplicationBusSource
An existing data source that you are using for the SCA.APPLICATION bus.
-remoteMELocation remoteMELocation
The location of a remote messaging engine. Specify this parameter if the SCA modules deployed on this server are to use their queue destinations hosted on a messaging engine in another server or cluster.
Specify remoteMELocation in one of the following ways:
  • WebSphere:cluster=clustername
  • WebSphere:node=nodeName,server=serverName
-meAuthAlias userid
An existing authentication alias used to access the messaging engine.
-appBusSchemaName appMEBusSchema
The schema name for the SCA.APPLICATION bus messaging engine. The default for this parameter is IBMWSSIB.
-createTables true | false
An optional parameter that specifies whether to create tables for the messaging engine data store. The default value for this parameter is true.

Examples

The following example illustrates how to configure the server mySCAAppServer on node NYServerFarm for SCA JMS using the remote messaging engine NJMECluster:
$AdminTask configSCAJMSForServer {-serverName mySCAAppServer -nodeName NYServerFarm
   -remoteMELocation WebSphere:cluster=NJMECluster -meAuthAlias mySCAAlias
	 -appBusSchemaName NYSysSchema}

$AdminConfig save
The following example illustrates how to configure the server newSCAAppServer on node bgmServerFarm for SCA JMS using a local messaging engine.
$AdminTask configSCAJMSForServer {-serverName newSCAAppServer -nodeName bgmServerFarm
   -appBusDataSource jdbc/com.ibm.ws.sib/SCA.APPLICATION.bgmServerFarm.Cell.Bus
   -appBusSchemaName BGMSysSchema} 

$AdminConfig save

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/doc/rref_cfgscajmsservercmd.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).