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.
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.