showSIBJMSConnectionFactory command
Use the showSIBJMSConnectionFactory command to show the properties of a JMS connection factory for the default messaging provider at a specific scope.
如果要執行這個指令,請使用 wsadmin Scripting 用戶端的 AdminTask 物件。
wsadmin Scripting 用戶端是從 Qshell 執行.
如需相關資訊,請參閱利用 wsadmin Script 配置 Qshell 來執行 WebSphere Script.
服務整合匯流排指令有指令行說明:
- 如需 Jython 中可用的服務整合匯流排 JMS 指令清單,以及每個指令的簡要說明,請在 wsadmin 提示下,輸入下列指令:
print AdminTask.help('SIBJMSAdminCommands')
- 如需給定指令的概觀說明,請在 wsadmin 提示下,輸入下列指令:
print AdminTask.help('command_name')
Purpose
This command returns a set of property-value pairs for the specified JMS connection factory.
Target object
A JMS connection factory.
Required parameters
None.
Optional parameters
None.
Example
- Using 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}'
- Using 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}