Home
Error codes
The following reason codes might be returned in the NameValueString of the broker response message to this command, in addition to those shown in topic Error codes applicable to all commands.
Reason Reason text Explanation 3071 MQRCCF_STREAM_ERROR Stream name too long or contains invalid characters. 3072 MQRCCF_TOPIC_ERROR Topic name has an invalid length or contains invalid characters. 3074 MQRCCF_Q_MGR_NAME_ERROR Queue manager name invalid. 3076 MQRCCF_Q_NAME_ERROR Queue name invalid. 3078 MQRCCF_DUPLICATE_IDENTITY Publisher or subscriber identity already assigned to another user ID. 3080 MQRCCF_CORREL_ID_ERROR Correlation identifier used as part of identity but is all binary zero. 3081 MQRCCF_NOT_AUTHORIZED Publisher or subscriber not registered. 3082 MQRCCF_UNKNOWN_STREAM Stream not defined to broker and cannot be created. 3083 MQRCCF_REG_OPTIONS_ERROR Invalid registration options supplied. 3152 MQRCCF_DUPLICATE_SUBSCRIPTION A subscription by this SubName exists or a matching subscription (identified by the traditional identity) with a different SubName exists on this stream. 3153 MQRCCF_SUB_NAME_ERROR The SubName is invalid: it is of zero length or contains invalid escape sequences. 3154 MQRCCF_SUB_IDENTITY_ERROR The SubIdentity is not in the identity set for the subscription and neither JoinShared nor JoinExcl was specified. 3155 MQRCCF_SUBSCRIPTION_IN_USE The subscription has other identities in the identity set, with shared access. 3156 MQRCCF_SUBSCRIPTION_LOCKED The subscription is locked exclusively by another identity. 3157 MQRCCF_ALREADY_JOINED The identity already has a shared entry for this subscription.
Home