Reputation: 21
I'm using ccdt for connection factory in WAS. I can't see the host, port and etc. in WAS console. May be I can install some plugin for possibility to see parameters in .tab file?
Upvotes: 2
Views: 397
Reputation: 31832
Yes! The plugin is called IBM MQ Client. Just use the runmqsc
command with the -n option as described in the Knowledge Center's runmqsc
page. You can download the IBM MQ Client from the SupportPacs page. Look for SupportPacs named MQC*. MQC8 is the v8 client, MQC9 is the v9 client, etc. Also, hover over the ibm-mq tag and click "info" for an extensive compilation of "getting started" material, including the Knowledge Centers and links to the SupportPacs.
Upvotes: 2