I have an IBM MQ series queue (running on Windows) containing many items of varying priority.
I currently get a total depth count using mqQueue.CurrentDepth
but I'd like to get a count of the number of items of each priority level within the queue.
Any idea how to achieve this?