showSIBJMSConnectionFactory command
Use the showSIBJMSConnectionFactory command to show the properties of a JMS connection factory for the default messaging provider at a specific scope.
Para executar o comando, utilize o objeto AdminTask do cliente de script wsadmin.
O cliente de script wsadmin é executado do Qshell.
Para obter informações adicionais, consulte Configurando o Qshell para Executar Scripts do WebSphere Usando o Script wsadmin.
A ajuda da linha de comandos é fornecida para comandos do barramento de integração de serviços:
- Para obter uma lista dos comandos JMS do barramento de integração de
serviços disponíveis no Jython e uma breve descrição de cada comando, digite o seguinte
comando no prompt wsadmin:
print AdminTask.help('SIBJMSAdminCommands')
- Para obter ajuda de visão geral sobre um determinado comando, digite o seguinte comando no prompt 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}