3090 (0C12) (RC3090): MQRCCF_CLUSTER_Q_USAGE_ERROR

Explanation

Queue cannot be a cluster queue.

The command was rejected because it would have resulted in a cluster queue also being a transmission queue, which is not permitted, or because the queue in question cannot be a cluster queue.

Programmer response

Ensure that the command specifies either:
  • The Usage parameter with a value of MQUS_NORMAL, or
  • The ClusterName and ClusterNamelist parameters with values of blanks.
  • A QName parameter with a value that is not one of these reserved queues:
    • SYSTEM.CHANNEL.INITQ
    • SYSTEM.CHANNEL.SYNCQ
    • SYSTEM.CLUSTER.COMMAND.QUEUE
    • SYSTEM.CLUSTER.REPOSITORY.QUEUE
    • SYSTEM.COMMAND.INPUT
    • SYSTEM.QSG.CHANNEL.SYNCQ
    • SYSTEM.QSG.TRANSMIT.QUEUE