2184 (0888) (RC2184): MQRC_REMOTE_Q_NAME_ERROR
Explanation
On an MQOPEN or MQPUT1 call, one of the following occurred:
- A local definition of a remote queue (or an alias to one) was specified, but the
RemoteQName attribute in the remote queue definition is entirely blank. Note
that this error occurs even if the
XmitQNamein the definition is not blank. - The
ObjectQMgrNamefield in the object descriptor is not blank and not the name of the local queue manager, but theObjectNamefield is blank.
Completion code
MQCC_FAILED
Programmer response
Alter the local definition of the remote queue and supply a valid remote queue name, or supply a
nonblank ObjectName in the object descriptor, as appropriate.
This reason code is also used to identify the corresponding event message Remote Queue Name Error.