CommandInputQName (MQCHAR48)
This is the name
of the command input queue defined on the local queue manager. This is a queue
to which users can send commands, if authorized to do so. The name of the
queue depends on the environment:
- On z/OS, the name of the queue is SYSTEM.COMMAND.INPUT; MQSC
and PCF commands can be sent to it. Refer to WebSphere MQ Script (MQSC) Command Reference for details
of MQSC commands and WebSphere MQ Programmable Command Formats and Administration Interface for details of PCF commands.
- In all other environments, the name of the queue is SYSTEM.ADMIN.COMMAND.QUEUE,
and only PCF commands can be sent to it. However, an MQSC command can be sent
to this queue if the MQSC command is enclosed within a PCF command of type
MQCMD_ESCAPE. Refer to WebSphere MQ Programmable Command Formats and Administration Interface for details of the Escape command.
To determine the value of this attribute, use the MQCA_COMMAND_INPUT_Q_NAME
selector with the MQINQ call. The length of this attribute
is given by MQ_Q_NAME_LENGTH.