Hi is there any tool/command to find out if a particular queue is full or not?
Currently I am trying the following command
>runmqsc QManager
>dis ql (*) curdepth maxdepth
and then comparing ...
1)My DLL is being invoked when I invoke MQPUT from my application and I have set my channel with data conv true.But when I execute
myfile.write("pInBuffer: ", sizeof ("pInBuffer: "));
the file show ...
Here is the complete steps which I have tried
1)Created QM1 and QM2 where QM1 is running on Port 1411 and QM2 running on 1412.I have created a remote Q def + a transmission Q and a sender channel wit ...
I have configured a sender and receiver channel on 2000.I have defined a new format and created the dll and copied it in MQSeries/Exits dir.Next I run my MQPUT with MQMD as my new format in the code.B ...