+

Search Tips | Advanced Search

Queue manager definition commands

Cluster attributes that can be specified on queue manager definition commands.

To specify that a queue manager holds a full repository for a cluster, use the ALTER QMGR command specifying the attribute REPOS( clustername ). To specify a list of several cluster names, define a cluster namelist and then use the attribute REPOSNL( namelist ) on the ALTER QMGR command:
DEFINE NAMELIST(CLUSTERLIST)
       DESCR('List of clusters whose repositories I host')
       NAMES(CLUS1, CLUS2, CLUS3)
 ALTER QMGR REPOSNL(CLUSTERLIST)

We can provide additional cluster attributes on the ALTER QMGR command

The equivalent PCFs are MQCMD_CHANGE_Q_MGR and MQCMD_INQUIRE_Q_MGR.