![[MQ 9.4.3 Jun 2025]](ng943.gif)
Authorized (type 3)
| Event name: | Authorized (type 3). |
| Reason code in MQCFH: | 3391 (0D3F) (RC3391): MQRCCF_AUTHORIZED |
| Event description: | On an MQSUB call, the user is authorized to subscribe to the specified topic. |
| Event type: | Authority. |
| Platforms: | Multiplatforms only. |
| Event queue: | SYSTEM.ADMIN.QMGR.EVENT. |
Event data
- QMgrName
-
Description: Name of the queue manager generating the event. Identifier: MQCA_Q_MGR_NAME. Data type: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Always. - ReasonQualifier
-
Description: Identifier for type 3 authority extended events. Identifier: MQIACF_REASON_QUALIFIER. Data type: MQCFIN. Values: - MQRQ_SUB_AUTHORIZED
- Subscribe authorized.
Returned: Always. - Options
-
Description: Options specified on the MQSUB call. Identifier: MQIACF_SUB_OPTIONS. Data type: MQCFIN. Returned: Always. - UserIdentifier
-
Description: User identifier that caused the authorization check. Identifier: MQCACF_USER_IDENTIFIER. Data type: MQCFST. Maximum length: MQ_USER_ID_LENGTH. Returned: Always. - ApplType
-
Description: Type of application causing the event. Identifier: MQIA_APPL_TYPE. Data type: MQCFIN. Returned: Always. - ApplName
-
Description: Name of the application causing the event. Identifier: MQCACF_APPL_NAME. Data type: MQCFST. Maximum length: MQ_APPL_NAME_LENGTH. Returned: Always. - TopicString
-
Description: Topic string being subscribed to or opened. Identifier: MQCA_TOPIC_STRING. Data type: MQCFST. Maximum length: MQ_TOPIC_STR_LENGTH. Returned: If the object opened is a topic object. - AdminTopicNames
-
Description: List of topic admin objects against which authority is checked. Identifier: MQCA_ADMIN_TOPIC_NAME. Data type: MQCFSL. Maximum length: MQ_TOPIC_NAME_LENGTH. Returned: If the object opened is a topic object. - ConnName
-
Description: Connection name for client connection. Identifier: MQCACH_CONNECTION_NAME. Data type: MQCFST. Maximum length: MQ_CONN_NAME_LENGTH. Returned: If the application making the MQI call that caused the event is a client attached application. - ChannelName
-
Description: Channel name for client connection. Identifier: MQCACH_CHANNEL_NAME. Data type: MQCFST. Maximum length: MQ_CHANNEL_NAME_LENGTH. Returned: If the application making the MQI call that caused the event is a client attached application. - ConnectionIdentifier
-
Description: The connection identifier associated with successful connections. Identifier: MQBACF_CONNECTION_ID. Data type: MQCFBS. Maximum length: MQ_CONNECTION_ID_LENGTH. Returned: If the connection was successful. Otherwise, the field remains blank. - ConnectionTag
-
Description: The connection tag associated the application Identifier: MQBACF_CONN_TAG. Data type: MQCFBS. Maximum length: MQ_CONN_TAG_LENGTH. Returned: Always, if specified by the application.