Using Jacl:
set newjmsp [$AdminConfig getid /Cell:mycell/Node:mynode/JMSProvider:JMSP1/]
Example output:
JMSP1(cells/mycell/nodes/mynode:resources.xml#JMSProvider_1)
Using Jacl:
$AdminConfig required WASQueueConnectionFactory
Example output:
Attribute Type name String jndiName String
Using Jacl:
set name [list name WASQCF] set jndi [list jndiName jms/WASQCF] set mqcfAttrs [list $name $jndi]
Example output:
{name WASQCF} {jndiName jms/WASQCF}
Using Jacl:
$AdminConfig create WASQueueConnectionFactory $newjmsp $mqcfAttrs
Example output:
WASQCF(cells/mycell/nodes/mynode:resources.xml#WASQueueConnectionFactory_1)
Using Jacl:
$AdminConfig save