|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
couple of questions...? |
« View previous topic :: View next topic » |
Author |
Message
|
muraki |
Posted: Fri Feb 20, 2004 4:15 pm Post subject: couple of questions...? |
|
|
Apprentice
Joined: 25 Apr 2003 Posts: 27
|
Hi,
I've couple of questions about WebSphere MQ obejcts..
1. A NAMELIST is a WebSphere MQ object that contains a list of cluster names, queue names or AUTHINFO object names.
But, if look into the attributes of NAMELIST it doesn't contain the type attribute which can take the tape of WebSphere MQ object it can store...?
or it can contain a bundle of different object in one NAMELIST ...?
2. dspmq [-m QMgrName] [-s] is the syntax of DSPMQ.. what is the significance if -s flag...?
--thx _________________ muraki |
|
Back to top |
|
 |
clindsey |
Posted: Fri Feb 20, 2004 5:27 pm Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
A namelist is a comma separated list of strings. The content can be anything you want it to be, not necessarily MQ object names. The items are limited to 48 character in length (MQCHAR48) and the list is limited to 256 items (MQNC_MAX_NAMELIST_NAME_COUNT).
The content type is only supported on Z/OS. If your platform is z/os, you should set the object type to match the contents. It is one of MQOT_NONE, MQOT_Q, MQOT_CLUSTER, MQOT_AUTH_INFO. Use type MQOT_NONE for non-mq objects.
The -s in dspmq is "Requests the operational status of the queue managers", which is the default action so basically a redundent switch.
hope this helps,
Charlie |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|