thanks for your help, I opened the queue without the MQC.MQOO_INQUIRE flag and finally this seemed to be the problem.
I tried with MQC.MQOO_INQUIRE and everything works fine.
Hi all,
I have problems to find out how many messages are currently in my queue. After looking in the API I found the MQQueue.getCurrentDepth() method but it always throws an exception.
Is this the ...