Message Details attributes
Use the Message Details attributes to view message parameters, including name, description, and value. These attributes are informational only; they cannot be used to create situations.
Correlation ID The correlation identifier. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Host Name The name of the system on which this queue manager is running. On z/OS systems, this is the SMF ID. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Message ID The identifier that is associated with the message. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Message Tag Cyclic redundancy check (CRC) for message descriptor (MQMD) in hexadecimal characters. The valid format is an alphanumeric string of up to 8 characters.
Origin Node The IBM MQ Monitoring agent-assigned name of the node on which the data for the queue manager originates.
On z/OS systems, this name takes the form qmgr:smfid:MQESA, where qmgr is the name of the queue manager, and smfid is the z/OS system ID or SMF ID.
On distributed systems, this name takes the form qmgr::MQ. If the host ID value is specified by the SET AGENT command, this name takes the form qmgr:hostid:MQ. The valid format is an alphanumeric string of up to 128 case-sensitive characters.
Parameter Description The parameter name of detail for the event. The valid format is an integer.
The following values are from the Message Descriptor (MQMD) which is always present:
- Report = 1,
- MsgType = 2,
- Expiry = 3,
- Feedback = 4,
- Encoding = 5,
- CodedCharSetId = 6,
- Format = 7,
- Priority = 8,
- Persistence = 9,
- MsgId = 10,
- CorrelId = 11,
- BackoutCount = 12,
- ReplyToQ = 13,
- ReplyToQMgr = 14,
- UserIdentifier = 15,
- AccountingToken = 16,
- ApplIdentityData = 17,
- PutApplType = 18,
- PutApplName = 19,
- PutDate = 20,
- PutTime = 21,
- ApplOriginData = 22
The following values are from the Dead Letter Header (MQDLH):
- DLH_Reason = 23,
- DLH_DestQName = 24,
- DLH_DestQMgrName = 25,
- DLH_Encoding = 26,
- DLH_CodedCharSetId = 27,
- DLH_Format = 28,
- DLH_PutApplType = 29,
- DLH_PutApplName = 30,
- DLH_PutDate = 31,
- DLH_PutTime = 32.
The following extensions to the MQMD which are found in either a Version 2 MQMD or an MQMDE:
- MDE_Encoding = 33,
- MDE_CodedCharSetId = 34,
- MDE_Format = 35,
- MDE_Flags = 36,
- MDE_GroupId = 37,
- MDE_MsgSeqNumber = 38,
- MDE_Offset = 39,
- MDE_MsgFlags = 40,
- MDE_OriginalLength = 41
The following values are from the Transmission Queue Header (MQXQH):
- XQH_RemoteQName = 42,
- XQH_RemoteQMgrName = 43.
The following values are from the embedded MsgDesc that is contained within the Transmission Queue Header (MQXQH):
- XQH_Encoding = 44,
- XQH_CodedCharSetid = 45,
- XQH_Format = 46,
- XQH_Msgid = 47,
- XQH_CorrelId = 48,
- XQH_BackoutCount = 49,
- XQH_PutApplType = 50,
- XQH_PutApplName = 51,
- XQH_PutDate = 52,
- XQH_PutTime = 53,
- XQH_ApplOriginData = 54
The following values are from the Distribution Header (MQDH) and the subsequent, if they are present, Object Records (MQOR) and Put-Message Records (MQPMR):
- DH_Encoding = 55,
- DH_CodedCharSetId = 56,
- DH_Format = 57,
- DH_Flags = 58,
- DH_PutMsgRecFields = 59,
- DH_RecsPresent = 60,
- DH_ObjectRecOffset = 61,
- DH_PutMsgRecOffset = 62,
- OR_ObjectName = 63,
- OR_ObjectQMgrName = 64,
- PMR_MsgId = 65,
- PMR_CorrelID = 66,
- PMR_GroupID = 67,
- PMR_Feedback = 68,
- PMR_AccountingToken = 69
The following values are from the Message Reference Header (MQRMH):
- RMH_Encoding = 70,
- RMH_CodedCharSetId = 71,
- RMH_Format = 72,
- RMH_Flags = 73,
- RMH_ObjectType = 74,
- RMH_ObjectInstanceId = 75,
- RMH_SrcEnvLength = 76,
- RMH_SrcEnvOffset = 77,
- RMH_SrcNameLength = 78,
- RMH_SrcNameOffset = 79,
- RMH_DestEnvLength = 80,
- RMH_DestEnvOffset = 81,
- RMH_DestNameLength = 82,
- RMH_DestNameOffset = 83,
- RMH_DataLogicalLength = 84,
- RMH_DataLogicalOffset = 85,
- RMH_DataLogicalOffset2 = 86.
Parameter Type The type of the parameter. The valid format is an alphanumeric string of up to 22 characters.
Parameter Value The value of the parameter. The valid format is an alphanumeric string of up to 48 characters.
QMgr Name The name that is assigned to this queue manager. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Queue Name The name of the queue that is specified in the MQOPEN call (MQOD_ObjectName) of the application. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Status The status of the open or get. The valid format is an integer. Valid values are as follows:
- OK = 0,
- (KMQW000W)2001-Alias_Base_Q_Type_Error = 2001,
- (KMQW000W)2004-Buffer_Error = 2004,
- (KMQW000W)2005-Buffer_Length_Error = 2005,
- (KMQW000W)2009-Connection_Broken = 2009,
- (KMQW000W)2010-Data_Length_Error = 2010,
- (KMQW000W)2011-Dynamic_Q_Name_Error = 2011,
- (KMQW000W)2016-Get_Inhibited = 2016,
- (KMQW000W)2017-Handle_Not_Available = 2017,
- (KMQW000W)2018-Hconn_Error = 2018,
- (KMQW000W)2019-Hobj_Error = 2019,
- (KMQW000W)2024-Syncpoint_Limit_Reached = 2024,
- (KMQW000W)2026-MD_Error = 2026,
- (KMQW000W)2033-No_Msg_Available = 2033,
- (KMQW000W)2034-No_Msg_Under_Cursor = 2034,
- (KMQW000W)2035-Not_Authorized = 2035,
- (KMQW000W)2036-Not_Open_For_Browse = 2036,
- (KMQW000W)2037-Not_Open_For_Input = 2037,
- (KMQW000W)2041-Object_Changed = 2041,
- (KMQW000W)2042-Object_In_Use = 2042,
- (KMQW000W)2043-Object_Type_Error = 2043,
- (KMQW000W)2044-OD_Error = 2044,
- (KMQW000W)2045-Option_Not_Valid_For_Type = 2045,
- (KMQW000W)2046-Options_Error = 2046,
- (KMQW000W)2052-Q_Deleted = 2052,
- (KMQW000W)2057-Q_Type_Error = 2057,
- (KMQW000W)2058-Q_Mgr_Name_Error = 2058,
- (KMQW000W)2059-Q_Mgr_Not_Available = 2059,
- (KMQW000W)2062-Second_Mark_Not_Allowed = 2062,
- (KMQW000W)2063-Security_Error = 2063,
- (KMQW000W)2069-Signal_Outstanding = 2069,
- (KMQW000W)2070-Signal_Request_Accepted = 2070,
- (KMQW000W)2071-Storage_Not_Available = 2071,
- (KMQW000W)2079-Truncated_Msg_Accepted = 2079,
- (KMQW000W)2080-Truncated_Msg_Failed = 2080,
- (KMQW000W)2082-Unknown_Alias_Base_Q = 2082,
- (KMQW000W)2085-Unknown_Object_Name = 2085,
- (KMQW000W)2086-Unknown_Object_Q_Mgr = 2086,
- (KMQW000W)2087-Unknown_Remote_Q_Mgr = 2087,
- (KMQW000W)2091-Xmit_Q_Type_Error = 2091,
- (KMQW000W)2092-Xmit_Q_Usage_Error = 2092,
- (KMQW000W)2099-Signal1_Error = 2099,
- (KMQW000W)2100-Object_Already_Exists = 2100,
- (KMQW000W)2101-Object_Damaged = 2101,
- (KMQW000W)2102-Resource_Problem = 2102,
- (KMQW000W)2109-Suppressed_By_Exit = 2109,
- (KMQW000W)2110-Format_Error = 2110,
- (KMQW000W)2111-Source_CCSID_Error = 2111,
- (KMQW000W)2112-Source_Integer_Enc_Error = 2112,
- (KMQW000W)2113-Source_Decimal_Enc_Error = 2113,
- (KMQW000W)2114-Source_Float_Enc_Error = 2114,
- (KMQW000W)2115-Target_CCSID_Error = 2115,
- (KMQW000W)2116-Target_Integer_Enc_Error = 2116,
- (KMQW000W)2117-Target_Decimal_Enc_Error = 2117,
- (KMQW000W)2118-Target_Float_Enc_Error = 2118,
- (KMQW000W)2119-Not_Converted = 2119,
- (KMQW000W)2120-Converted_Msg_Too_Big = 2120,
- (KMQW000W)2130-Adapter_Serv_Load_Error = 2130,
- (KMQW000W)2133-Adapter_Conv_Load_Error = 2133,
- (KMQW000W)2136-Multiple_Reasons = 2136,
- (KMQW000W)2140-CICS_Wait_Failed = 2140,
- (KMQW000W)2152-Object_Name_Error = 2152,
- (KMQW000W)2153-Object_Q_Mgr_Name_Error = 2153,
- (KMQW000W)2154-Recs_Present_Error = 2154,
- (KMQW000W)2155-Object_Records_Error = 2155,
- (KMQW000W)2156-Response_Records_Error = 2156,
- (KMQW000W)2157-ASID_Mismatch = 2157,
- (KMQW000W)2161-Q_Mgr_Quiescing = 2161,
- (KMQW000W)2162-Q_Mgr_Stopping = 2162,
- (KMQW000W)2183-API_Exit_Load_Error = 2183,
- (KMQW000W)2184-Remote_Q_Name_Error = 2184,
- (KMQW000W)2186-GMO_Error = 2186,
- (KMQW000W)2192-Pageset_Full = 2192,
- (KMQW000W)2193-Pageset_Error = 2193,
- (KMQW000W)2194-Name_Not_Valid_For_Type = 2194,
- (KMQW000W)2195-Unexpected_Error = 2195,
- (KMQW000W)2196-Unknown_Xmit_Q = 2196,
- (KMQW000W)2197-Unknown_Def_Xmit_Q = 2197,
- (KMQW000W)2198-Def_Xmit_Q_Type_Error = 2198,
- (KMQW000W)2199-Def_Xmit_Q_Usage_Error = 2199,
- (KMQW000W)2201-Name_In_Use = 2 201,
- (KMQW000W)2202-Connection_Quiescing = 2202,
- (KMQW000W)2203-Connection_Stopping = 2203,
- (KMQW000W)2204-Adapter_Not_Available = 2204,
- (KMQW000W)2209-No_Msg_Locked = 2209,
- (KMQW000W)2217-Connection_Not_Authorized = 2217,
- (KMQW000W)2219-Call_In_Progress = 2219,
- (KMQW000W)2241-Incomplete_Group = 2241,
- (KMQW000W)2242-Incomplete_Msg = 2242,
- (KMQW000W)2243-Inconsistent_CCSIDs = 2243,
- (KMQW000W)2244-Inconsistent_Encodings = 2244,
- (KMQW000W)2245-Inconsistent_UOW = 2245,
- (KMQW000W)2246-Invalid_Msg_Under_Cursor = 2246,
- (KMQW000W)2247-Match_Options_Error = 2247,
- (KMQW000W)2255-UOW_Not_Available = 2255,
- (KMQW000W)2256-Wrong_GMO_Version = 2256,
- (KMQW000W)2257-Wrong_MD_Version = 2257,
- (KMQW000W)2259-Inconsistent_Browse = 2259,
- (KMQW002E)Unsupported_CCSID_Found = 9002,
- (KMQW008E)Not_Allowed_By_MSGACCESS = 9008,
- (KMQW009E)Agent_Timeout_Occurred = 9009