showSIBJMSConnectionFactory コマンド

showSIBJMSConnectionFactory コマンドを使用して、特定の有効範囲にあるデフォルト・メッセージング・プロバイダーの JMS 接続ファクトリーのプロパティーを表示します。

コマンドを実行するには、wsadmin スクリプト・クライアントAdminTask オブジェクトを使用します。

[IBM i][IBM i]wsadmin スクリプト・クライアントは Qshell から実行されます。. [IBM i]詳しくは、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.showSIBJMSConnectionFactory("jmsqcf2(cells/9994GKCNode01Cell/
    nodes/9994GKCNode01|resources.xml#J2CConnectionFactory_1098733675578)")
    '{target=, targetTransportChain=, readAhead=Default, password=,
    targetType=BusMember, tempQueueNamePrefix=, connectionProximity=Bus, 
    nonPersistentMapping=ExpressNonPersistent, name=jmsqcf2, 
    targetSignificance=Preferred, shareDurableSubscriptions=InCluster, 
    providerEndPoints=, shareDataSourceWithCMP=false, userName=, 
    logMissingTransactionContext=false, busName=abus, 
    persistentMapping=ReliablePersistent, clientID=, 
    jndiName=jms/jmsqcf1, manageCachedHandles=false}'
  • Jacl を使用:
    wsadmin>$AdminConfig getid /Node:9994GKCNode01
    9994GKCNode01(cells/9994GKCNode01Cell/nodes/9994GKCNode01|node.xml#Node_1) 
    
    wsadmin>$AdminTask showSIBJMSConnectionFactory
    jmsqcf2(cells/9994GKCNode01Cell/nodes/9994GKCNode01|resources.xml#
    J2CConnectionFactory_1098733675578){target=, targetTransportChain=, readAhead=Default, password=, 
    targetType=BusMember, tempQueueNamePrefix=, connectionProximity=Bus, 
    nonPersistentMapping=ExpressNonPersistent, name=jmsqcf2, 
    targetSignificance=Preferred, shareDurableSubscriptions=InCluster, 
    providerEndPoints=, shareDataSourceWithCMP=false, userName=, 
    logMissingTransactionContext=false, busName=abus, 
    persistentMapping=ReliablePersistent, clientID=, 
    jndiName=jms/jmsqcf1, manageCachedHandles=false}

トピックのタイプを示すアイコン 参照トピック



タイム・スタンプ・アイコン 最終更新: last_date
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=rjn_jmscf_show
ファイル名:rjn_jmscf_show.html