Jython を使用:
name = ['name', 'MQT']
jndi = ['jndiName', 'jms/MQT']
baseTN = ['baseTopicName', "Put the base topic name here"]
mqtAttrs = [name, jndi, baseTN]
print mqtAttrs
出力例:
[[name, MQT], [jndiName, jms/MQT], [baseTopicName, "Put the base topic name here"]]