Attribute Type
name String
jndiName String
baseQueueName String
Set up required attributes:
Using Jacl:
set name [list name MQQ]
set jndi [list jndiName jms/MQQ]
set baseQN [list baseQueueName "Put the base queue name here"]
set mqqAttrs [list $name $jndi $baseQN]
Example output:
{name MQQ} {jndiName jms/MQQ} {baseQueueName {Put the base queue name here}}
Using Jython:
name = ['name', 'MQQ']
jndi = ['jndiName', 'jms/MQQ']
baseQN = ['baseQueueName', "Put the base queue name here"]
mqqAttrs = [name, jndi, baseQN]
print mqqAttrs
Example output:
[[name, MQQ], [jndiName, jms/MQQ], [baseQueueName, "Put the base queue name here"]]
Set up a template:
Using Jacl:
set template [lindex [$AdminConfig listTemplates MQQueue] 0]
Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.
This feature requires Internet access.
Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof.
Last updated: Aug 31, 2013 2:56:59 AM CDT http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-dist&topic=txml_mqq File name: txml_mqq.html