MQ v8 Authorizations

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 10

IBM MQ v8 Authorization

Content

 Overview
 MQ object authorities
 Examples
Overview MQ object authorities
MQ object authorities

 MQI authorizations

 Context authorizations

 Administrator authorizations
MQ object authorities
(MQI authorizations)

Authorities Description
Altusr user authority

Browse connect to QM

Connect get message from a queue

Inq inquire a queue using MQI CALL

Get get message using MQGET CALL

Put put message using MQPUT CALL

Set set attributes using MQI CALLS


MQ object authorities
(Context authorizations)
Authorities Description

Passall Pass all context on the specified queue

Passid Pass identity context on the specified


queue

Setall Set all context on the specified queue

Setid Set identity context on the specified queue


MQ object authorities
(Administration authorizations)
Authorities Description
Chg Change the attributes
Clr Clear the specified queue
Crt Create objects of the specified type

Dlt Delete the specified object


Dsp Display the attributes of the object
Crtl Start, stop channels, listeners, services
Crtlx Reset sequence number of channels
Resolve channels
MQ object authorities
Example (Remote QM with websphere
MQ)
MQ object Authorities
QMGR Connect
Inquire
Display
SYSTEM.DEFAULT.MODEL.QUEUE Inquire
Browse
Get
SYSTEM.ADMIN.COMMAND.QUEUE Inquire
Put
Example (Remote QM with websphere
MQ)

You might also like