showSIBJMSActivationSpec コマンド
showSIBJMSActivationSpec コマンドを使用して、特定の有効範囲にあるデフォルト・メッセージング・プロバイダーの JMS アクティベーション・スペックのプロパティーを表示します。
コマンドを実行するには、wsadmin スクリプト・クライアントの AdminTask オブジェクトを使用します。
wsadmin スクリプト・クライアントは Qshell から実行されます。.
詳しくは、wsadmin スクリプトを使用した WebSphere スクリプトを実行するための Qshell の構成.
サービス統合バスのコマンドには、コマンド行ヘルプが用意されています。
- Jython で使用可能なサービス統合バス JMS コマンドのリストと、各コマンドの簡単な説明を見るには、wsadmin プロンプトで以下のコマンドを入力します。
print AdminTask.help('SIBJMSAdminCommands')
- 特定のコマンドの概要ヘルプの場合は、wsadmin プロンプトで以下のコマンドを入力します。
print AdminTask.help('command_name')
目的
このコマンドは、指定した JMS アクティベーション・スペック の、プロパティーと値のペアのセットを戻します。
ターゲット・オブジェクト
JMS アクティベーション・スペック。
必須パラメーター
なし。
オプション・パラメーター
なし。
例
- Jython の使用:
wsadmin>AdminConfig.getid("/Node:9994GKCNode01" ) '9994GKCNode01(cells/9994GKCNode01Cell/nodes/9994GKCNode01|node.xml#Node_1)' wsadmin>AdminTask.listSIBJMSActivationSpecs("9994GKCNode01(cells/ 9994GKCNode01Cell/nodes/9994GKCNode01|node.xml)") 'myjmsas(cells/9994GKCNode01Cell/nodes/9994GKCNode01|resources.xml# J2CActivationSpec_1098726667851)' wsadmin>AdminTask.showSIBJMSActivationSpec("myjmsas(cells/9994GKCNode01Cell/ nodes/9994GKCNode01|resources.xml#J2CActivationSpec_1098726667851)") myjmsas(cells/9994GKCNode01Cell/nodes/9994GKCNode01|resources.xml# J2CActivationSpec_1098726667851) '{busName=abus, subscriptionDurability=Nondurable, description=, destinationType=, password=, targetTransportChain=, acknowledgeMode=Auto-acknowledge, readAhead=Default, clientId=, authenticationAlias=, name=myjmsas, maxConcurrency=10, maxBatchSize=1, durableSubscriptionHome=, userName=, messageSelector=, shareDurableSubscriptions=InCluster, jndiName=jms/myjmsas, shareDataSourceWithCMP=false, destination=, destinationJndiName=jms/mqueue, subscriptionName=}'
- Jacl を使用:
wsadmin>$AdminConfig getid /Node:9994GKCNode01 9994GKCNode01(cells/9994GKCNode01Cell/nodes/9994GKCNode01|node.xml#Node_1) wsadmin>$AdminTask listSIBJMSActivationSpecs 9994GKCNode01(cells/9994GKCNode01Cell/nodes/9994GKCNode01|node.xml#Node_1) myjmsas(cells/9994GKCNode01Cell/nodes/9994GKCNode01|resources.xml# J2CActivationSpec_1098726667851) wsadmin>$AdminTask showSIBJMSActivationSpec myjmsas(cells/9994GKCNode01Cell/nodes/9994GKCNode01|resources.xml# J2CActivationSpec_1098726667851) {busName=abus, subscriptionDurability=Nondurable, description=, destinationType=, password=, targetTransportChain=, acknowledgeMode=Auto-acknowledge, readAhead=Default, clientId=, authenticationAlias=, name=myjmsas, maxConcurrency=10, maxBatchSize=1, durableSubscriptionHome=, userName=, messageSelector=, shareDurableSubscriptions=InCluster, jndiName=jms/myjmsas, shareDataSourceWithCMP=false, destination=, destinationJndiName=jms/mqueue, subscriptionName=}