We have a VB app that reads messages of an MQ & are getting a return reason code of 2134. The program has a compile parameter that allows us to compile for MQ client or MQ server. When we compile for MQ server , the MQBEGIN failes with reason code 2134.
We want to be able to wrap each message processed in a transaction that can be rolled back in the event of an error.
Has anyone encountered this problem before or better still does anyone have any sample code for VB & MQ Server.
We want to be able to wrap each message processed in a transaction that can be rolled back in the event of an error.
Has anyone encountered this problem before or better still does anyone have any sample code for VB & MQ Server.