Previous Topic: MQPROC Resource Class—Secure MQM ProcessesNext Topic: MXADMIN Resource Class—Secure MXM Commands


MQQUEUE Resource Class—Secure the MQM Queue

Valid on z/OS.

Use MQQUEUE to secure access to the MQSERIES (MQM) queue.

When used with TSS ADDTO/REMOVE, this resource class has the following format:

TSS ADDTO(acid) MQQUEUE(csq1.)
Prefix length

Two to twenty‑six characters

Capacity of list

One to five MQSERIES resources or prefixes per TSS command

When used with TSS PERMIT/REVOKE, this resource class has the following format:

TSS PERMIT(acid) MQQUEUE(csq1.)
                 ACCESS(level)
Prefix length

Two to forty‑four characters per prefix

Full name

Two to fifty-three characters

Capacity of list

One to five resources or prefixes per TSS command

This keyword is used with:

The administrator can use:

Masking

MQSERIES resources support masking.

Examples: MQQUEUE resource class

This example gives the Payroll Department (PAYDEPT) ownership of the MQQUEUE resources:

TSS ADDTO(PAYDEPT) MQQUEUE(CSQ1.)

This example removes ownership of the MQQUEUE resources:

TSS REMOVE(PAYDEPT) MQQUEUE(CSQ1.)

This example authorizes USRMARE to all MQQUEUE resources:

TSS PERMIT(USRMARE) MQQUEUE(CSQ1.*)
                    ACCESS(ALL)

This example revokes USRMARE's authority to MQQUEUE resources:

TSS REVOKE(USRMARE) MQQUEUE(CSQ1.*)