IBM MQ parameters
When you use the Select line command to select IBM MQ, the following figure is displayed.
IBM MQ panel
COMMAND ===> TGT --- AOAO
DATE --- YY/MM/DD
Member Current TIME --- 09:37:21
AutoOPERATOR for MQ:
MQEV ===> (Enter ? for MQ Event list)
MQGINHIB ===> JRNL JRNL Action for 'Get Inhibited' Queues
MQNSHARE ===> JRNL JRNL Action for 'NOSHARE' Queues
MQEVLPRC ===> Name of Event Listener Proc
QALIAS ===> N N Listen to 'QAlias' Queues?
MQALTUSR ===> AlternateUserid for commands
MQAUPRMS ===> N N Override of AltUserid allowed (Y|N)
Press END to save changes, CANCEL to cancel changes
Descriptions of the fields on this panel follow:
Field name | Description |
|---|---|
MQEV | specifies that MainView AutoOPERATOR for MQ should automatically enable instrumentation events for a queue manager during connection if it is not already enabled You can specify that all, none of selected events are enabled. When you specify multiple event types, you must code them consecutively, without using blank spaces or commas (does not apply if you are specifying Y or N). Valid values are as follows:
The default value is NO. |
MQGINHIB | specifies the action MainView AutoOPERATOR should take when MainView AutoOPERATOR attempts to listen to a queue which is defined as GET(DISABLED) Possible settings are JRNL: Issue a message to the BBI Journal stating that MainView AutoOPERATOR cannot listen to the queue. WTO: Issue a write-to-operator (WTO) message stating that MainView AutoOPERATOR cannot listen to the queue. IGNORE: Take no action. ALTER: Alter the queue to GET(ENABLED). The default value is JRNL. |
MQNSHARE | specifies the action MainView AutoOPERATOR should take when MainView AutoOPERATOR attempts to listen to a queue which is defined as NOSHARE. Possible settings are JRNL: issue a message to the BBI Journal stating that MainView AutoOPERATOR cannot listen to the queue. WTO: issue a write-to-operator (WTO) message stating that MainView AutoOPERATOR cannot listen to the queue. IGNORE: take no action. ALTER: alter the queue to share. The default value is JRNL. |
MQEVLPRC | specifies the name of the IBM MQ Event Listener PROC Do not use this parameter if the IBM MQ Event Listener is not required. Refer to the MainView AutoOPERATOR for MQ Installation and User Guide for more information about the IBM MQ Event Listener and coexistence of MainView AutoOPERATOR and other BMC products that require the IBM MQ event queues. |
QALIAS | specifies whether MainView AutoOPERATOR for MQ should open and listen for messages on QALIAS type queues For example, if the selection criteria for a Rule for messages going to the base queue does not specifically contain the queue name then the Rule might fire twice; once for the base queue and once for the alias queue. |
MQALTUSR | specifies an AlternateUserid to be specified when issuing MQSC or PCF MQ commands from MainView AutoOPERATOR The user ID is used when MQ commands are issued from an EXEC or from a Rule. There is no default; valid values are as follows RACF: specifies that the security ID of the BBI-SS PAS is used as the AlternateUserid for commands user ID: specifies that a valid user ID is used as the AlternateUserid This global parameter can be overridden with the ALTUSER() | AU() parameter of the IMFEXEC CMD TYPE(MQS) command or as an action from a MQ initiated Rule. When you use this parameter the MQ PUT1 options will include MQOO_ALTERNATE_USER_AUTHORITY, MQPMO_DEFAULT_CONTEXT and MQPMO_ALTERNATE_USER_AUTHORITY and the AlternateUserid will be placed in the object descriptor. Refer to the MainView AutoOPERATOR for MQ Installation and User Guide for more information about the IMFEXEC CMD TYPE(MQS) and issuing MQ commands from Rules. |
MQAUPRMS | specifies whether individual MQSC or PCF MQ commands that are issued from EXECs or Rules can use the ALTUSER parameter to override the global parameter MQALTUSR (when specified) and specify an AlternateUserid When no value is specified for the MQALTUSR parameter, this parameter allows or denies the use of AlternateUserid for MQ command. Default value is NO, which means that the ALTUSER value is ignored. |