Hi,
I am trying to create a transactinal batch on a queue (put under syncpoint). The first put seems to be ok, but the second put returns (after a while) the MQ error message 2095.
2095 X’082F’ MQRC_NOT_OPEN_FOR_SET_ALL
An MQPUT call was issued with the MQPMO_SET_ALL_CONTEXT option specified in the PutMsgOpts parameter, but the queue had not been opened with the MQOO_SET_ALL_CONTEXT option.
Corrective action: Specify MQOO_SET_ALL_CONTEXT when the queue is opened.
I am not able to manupulate the mentioned seting for the open of the queue. Does anybody have a suggestion?
Thanks in advance.
Guus Kessler