Optional parameters

QMStatusAttrs (MQCFIL)
Queue manager status attributes (parameter identifier: MQIACF_Q_MGR_STATUS_ATTRS).

The attribute list might specify the following on its own (this is the default value used if the parameter is not specified):

MQIACF_ALL
All attributes.

or a combination of the following:

MQCA_Q_MGR_NAME
Name of the local queue manager.
MQCACF_CURRENT_LOG_EXTENT_NAME
Name of the log extent currently being written to by the logger. This is available only on queue managers using linear logging. On other queue managers, this is blank.
MQCACF_LOG_PATH
Location of the recovery log extents.
MQCACF_MEDIA_LOG_EXTENT_NAME
Name of the earliest log extent required to perform media recovery. This is available only on queue managers using linear logging. On other queue managers, this is blank.
MQCACF_RESTART_LOG_EXTENT_NAME
Name of the earliest log extent required to perform restart recovery. This is available only on queue managers using linear logging. On other queue managers, this is blank.
MQIACF_CHINIT_STATUS
Current status of the channel initiator.
MQIACF_CMD_SERVER_STATUS
Current status of the command server.
MQIACF_CONNECTION_COUNT
Current number of connections to the queue manager.
MQIACF_Q_MGR_STATUS
Current status of the queue manager.