How can an IBM WebSphere MQ's Queue Manager's local queues be enumerated?
Posted
by Jean-Paul Calderone
on Stack Overflow
See other posts from Stack Overflow
or by Jean-Paul Calderone
Published on 2009-10-24T13:38:02Z
Indexed on
2010/04/28
20:47 UTC
Read the original article
Hit count: 339
I'm trying to write a simple tool for monitoring the state of a Queue Manager. One of the things I'd like to monitor is the current queue depth of each queue. I haven't been able to find a way to programmatically enumerate all of the queues on a particular Queue Manager, though. Do any of the MQ APIs provide this functionality? I'd prefer to do this with C, but if it's only possible with another language's bindings, I'd at least like to know that.
© Stack Overflow or respective owner