Previous Topic: MXPROC Resource Class—Secure MXM TopicsNext Topic: MXTOPIC Resource Class—Secure MXM Topics


MXQUEUE Resource Class—Secure the MXM Queue

Valid on z/OS.

Use MXQUEUE to secure access to the MXSERIES (MXM) queue when under the control of WebSphere.

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

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

2 to 26 characters

Capacity of list

1 to 5 MXSERIES resources or prefixes per TSS command

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

TSS PERMIT(acid) MXQUEUE(csq1.)
                 ACCESS(level)
Full name

2 to 53 characters

Capacity of list

1 to 5 resources or prefixes per TSS command

This keyword is used with:

The administrator can use:

Masking

MXSERIES resources support masking.

Examples: MXQUEUE resource class

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

TSS ADDTO(PAYDEPT) MXQUEUE(CSQ1.)

This example removes ownership of the MXQUEUE resources:

TSS REMOVE(PAYDEPT) MXQUEUE(CSQ1.)

This example authorizes USRMARE to all MXQUEUE resources:

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

This example revokes USRMARE's authority to MXQUEUE resources:

TSS REVOKE(USRMARE) MXQUEUE(CSQ1.*)