You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have a utiltiy project for MQ, it is working for Local queues and not working for Alias queues.
we tried put operation for Alias queue it is giving com.ibm.mq.mqexception:mqje001: completion code '2' reason '2001'
C:>mqrc 2001
2001 0x000007d1 MQRC_ALIAS_BASE_Q_TYPE_ERROR
The Infocenter page for this return code provides the following explanation:
An MQOPEN or MQPUT1 call was issued specifying an alias queue as the destination, but the
BaseQName in the alias queue definition resolves to a queue that is not a local queue, a
local definition of a remote queue, or a cluster queue. Completion Code
MQCC_FAILED Programmer response
Is it possible to Put message in Alias queue or it's not possible.
Please help on this
The text was updated successfully, but these errors were encountered:
Hello,
we have a utiltiy project for MQ, it is working for Local queues and not working for Alias queues.
we tried put operation for Alias queue it is giving com.ibm.mq.mqexception:mqje001: completion code '2' reason '2001'
C:>mqrc 2001
The Infocenter page for this return code provides the following explanation:
2001 (07D1) (RC2001): MQRC_ALIAS_BASE_Q_TYPE_ERROR
Explanation
An MQOPEN or MQPUT1 call was issued specifying an alias queue as the destination, but the
BaseQName in the alias queue definition resolves to a queue that is not a local queue, a
local definition of a remote queue, or a cluster queue. Completion Code
MQCC_FAILED Programmer response
Is it possible to Put message in Alias queue or it's not possible.
Please help on this
The text was updated successfully, but these errors were encountered: