Is anyone else having a problem converting from EBCDIC to ASCII using this assembly? I've verified that the incoming message format is set to MQFMT_STRING ("MQSTR ") and my GMO is set to MQGMO_CONVER ...
It is possible. Make a copy of ..\Program Files\MQSeries Client\bin\mqic32.dll and rename it to mqm.dll. I had to do this on the advice of Kolban and it worked for me.
I'm using the MQSeries.Net assembly and I cannot get my application to convert an incomming message from EDCDIC to ASCII. I've checked the MQMD.Format of the imcoming message and it is set to MQFMT_S ...
Is there support for tracking message groups through the .Net assembly?
I'd like to use the MessageFlags property of the Message class (specifically MQMF_MSG_IN_GROUP and MQMF_LAST_MSG_IN_GROUP) but ...