How can I get queue depth using pymqi

62 Views Asked by At

I'm trying to get the current queue depth using pymqi.

I tried to inquire the queue:

queue.inquire(pymqi.CMQC.MQIA_CURRENT_Q_DEPTH) 

but got MQRC_SELECTOR_NOT_FOR_TYPE.

0

There are 0 best solutions below