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 WASQueue
Example output:
Attribute Type name String jndiName String
Using Jacl:
set name [list name WASQ1] set jndi [list jndiName jms/WASQ1] set wqAttrs [list $name $jndi]
Example output:
{name WASQ1} {jndiName jms/WASQ1}
Using Jacl:
$AdminConfig create WASQueue $newjmsp $wqAttrs
Example output:
WASQ1(cells/mycell/nodes/mynode:resources.xml#WASQueue_1)
Using Jacl:
$AdminConfig save