3021 (0BCD) (RC3021): MQRCCF_Q_ALREADY_IN_CELL

Explanation

Queue already exists in cell.

An attempt was made to define a queue with cell scope, or to change the scope of an existing queue from queue-manager scope to cell scope, but a queue with that name already existed in the cell.

Programmer response

Do one of the following:
  • Delete the existing queue and retry the operation.
  • Change the scope of the existing queue from cell to queue-manager and retry the operation.
  • Create the new queue with a different name.