mqsicreateconfigurableservice コマンドを使用して、ブローカー外部リソース用のオブジェクト名を作成します。
WebSphere® Message Broker Explorer を使用して、構成可能サービスを作成することもできます。 詳しくは、WebSphere Message Broker Explorer を使用した構成可能サービスの処理を参照してください。
定義は提供されているので、mqsicreateconfigurableservice コマンドを使用して EIS プロバイダーを作成する必要はありません。 mqsichangeproperties コマンドを使用して、EIS プロバイダーを変更します。
>>-mqsicreateconfigurableservice--BrokerName--------------------> >-- -c --ConfigurableService-- -o--ObjectName-------------------> >--+---------------------------------------------------+------->< | .-,------------. | | V | | '- -n----PropertyName-+--+------------------------+-' | .-,-------------. | | V | | '- -v----PropertyValue-+-'
有効なリソース・タイプは、構成可能サービスのプロパティーにリストされています。
例えば、-c パラメーターを JDBCProviders に設定する場合、予期されるオブジェクト名は、IBM 定義の JDBC プロバイダー名か、ユーザー定義の JDBC プロバイダー名のいずれかです。 デフォルト・サービスが、JDBC Type 4 接続を使って接続できる、サポート対象のデータベースに提供されます。 このコマンドを使用してサービスを作成する場合、提供されたサービスをテンプレートとして使用してください。 デフォルトのプロバイダー名のリストを表示するには、mqsireportproperties コマンドを使用します。
有効なプロパティー名は、構成可能サービスのプロパティーにリストされています。
プロパティーの値にコンマが含まれる場合、値を二重引用符 (¥" および ¥") で囲んでエスケープします (例えば、-n Name1,Name2 -v Value1,¥"Value21,Value22¥")。
mqsicreateconfigurableservice MB8BROKER -c JDBCProviders -o DB2EXTRA -n connectionUrlFormat
-v "jdbc:db2://[serverName]:[portNumber]/[databaseName]:user=[user];password=[password];"
プロパティー値については、構成可能サービスのプロパティーで説明されています。
mqsicreateconfigurableservice MB8BROKER -c Aggregation -o myAggregationService
-n queuePrefix,timeoutSeconds -v SET1,60
mqsicreateconfigurableservice MB8BROKER -c CICSConnection -o myCICSConnectionService
-n cicsServer,clientApplid,clientQualifier,connectionTimeoutSecs,
requestTimeoutSecs -v tcp://test.cics.ibm.com:12345,BRKApp,BRKQual,10,5
mqsicreateconfigurableservice MB8BROKER -c Collector -o myCollectorService
-n queuePrefix,collectionExpirySeconds -v SET1,60
mqsicreateconfigurableservice MB8BROKER -c CDServer -o test
-n Hostname,Port -v 9.122.17.58,1369
mqsicreateconfigurableservice MB8BROKER -c ConnectorProviders -o MyProvider
-n connectorClassName,jarsURL
–v com.ibm.broker.MyFactory,C:\temp\jars
コネクター API の Javadoc を表示するには、コネクター APIを参照してください。
mqsicreateconfigurableservice MB8BROKER -c CORBA -o myCORBAService
-n namingService,objectReferenceName -v localhost:2809,Europe.region/Market.object
mqsicreateconfigurableservice MB8BROKER -c EmailServer -o myEmailConfigurableServiceName
-n serverName,securityIdentity -v pop3://test.email.server.ibm.com
:12345,mySecurityIdentityObjectName
mqsicreateconfigurableservice MB8BROKER -c FtpServer -o Server01
-n serverName,scanDelay,transferMode,connectionType,securityIdentity
-v one.hursley.abc.com:123,20,Binary,ACTIVE,secId
mqsicreateconfigurableservice MB8BROKER -c FtpServer -o TEST1
-n protocol,serverName,scanDelay,remoteDirectory,securityIdentity,cipher,compression,strictHostKeyChecking
-v SFTP,winlnx58,30,.,chbatey,blowfish-cbc,9,no
mqsicreateconfigurableservice MB8BROKER -c IMSConnect -o myIMSConnectService
-n Hostname,PortNumber,DataStoreName -v test.ims.ibm.com,9999,IMSA
mqsicreateconfigurableservice MB8BROKER -c JavaClassLoader
-o myJavaClassLoader
-n includedDeployedJars,sharedJarPath
-v "jcnapp1.jar","/var/app1/jars"
mqsicreateconfigurableservice MB8BROKER -c JMSProviders -o JMS_MyProviderXYZ
mqsicreateconfigurableservice MB8BROKER -c JMSProviders -o JMS_ProviderABC
mqsicreateconfigurableservice MB8BROKER -c JMSProviders -o BEAV91
-n proprietaryAPIHandler,proprietaryAPIAttr1,proprietaryAPIAttr2,proprietaryAPIAttr3
–v com.ibm.broker.apihandler.BEAWebLogicAPIHandler,weblogic.jndi.WLInitialContextFactory,
t3://19.21.194.126:7001,BEAServerName
mqsicreateconfigurableservice MB8BROKER -c MonitoringProfiles -o mp1
mqsicreateconfigurableservice MB8BROKER -c PeopleSoftConnection
-o myPeopleSoftAdapter.outadapter -n hostName,port -v "my.peoplesoft.qa.com",9000
mqsicreateconfigurableservice MB8BROKER -c Resequence -o myResequenceService
-n queuePrefix,missingMessageTimeoutSeconds -v SET1,60
mqsicreateconfigurableservice MB8BROKER -c SAPConnection -o mySAPAdapter.outadapter
-n applicationServerHost,client -v test.sap.ibm.com,001
mqsisetdbparmsコマンドを使用して、SAP アダプターのユーザー名とパスワードを設定できます。
mqsicreateconfigurableservice MB8BROKER -c SecurityProfiles -o myWSTrustTFIMv62Profile
-n authentication,mapping,authorization,propagation,mappingConfig
-v "WS-Trust v1.3 STS","WS-Trust v1.3 STS","WS-Trust v1.3 STS",TRUE,
http://wstrusthost1.ibm.com:9080/TrustServerWST13/services/RequestSecurityToken
「デフォルト伝搬」プロファイルは、ID 伝搬のみを要求する事前定義プロファイルです。 WS-Trust V1.3 STS プロバイダー、LDAP、または TFIM V6.1 用セキュリティー・プロファイルを作成する方法について詳しくは、セキュリティー・プロファイルの作成を参照してください。mqsicreateconfigurableservice MB8BROKER -c SiebelConnection -o mySiebelAdapter.outadapter
-n connectString -v "siebel://my.siebel.qa.com/SBA_80/SSEObjMgr_enu"
mqsisetdbparmsコマンドを使用して、Siebel アダプターのユーザー名とパスワードを設定できます。
mqsicreateconfigurableservice MB8BROKER -c TCPIPServer -o ServerPort1452
-n Port,MaximumConnections,ExpireConnectionSec -v 1452,1000,15
mqsicreateconfigurableservice MB8BROKER -c TCPIPClient
-o ClientPort1452HostnameJsmith
-n Port,Hostname,AlternativeAddresses,MinimumConnections,MaximumConnections
-v 1452,jsmith.hursley.ibm.com,jones:1111;edwards,5,10
mqsicreateconfigurableservice MB8BROKER -c Timer -o myTimerService
-n queuePrefix,timeoutIntervalSeconds -v SET1,5
mqsicreateconfigurableservice MB8BROKER -c UserDefined
-o HTTP_Timeout -n VerifyRequestTimeout -v 60
mqsicreateconfigurableservice MB8BROKER -c WXSServer -o xc10
-n catalogServiceEndPoints,gridName,overrideObjectGridFile,securityIdentity
-v "server.ibm.com:2809","myGrid","C:\Brokers\WebSphere_eXtreme_Scale\xc10\xc10Client.xml","xc10"