Broker Monitoring issue

Hi,

What I am trying to create is a webMethods service (in developer) that monitors conditions on the broker. For example, if the number of documents in a queue for a client on a broker reaches a certain limit (300), then send an email or something to investigate the issue. I am aware that there are services in WmBrokerAdmin package, but how can I use these?

Any help would be appreciated.

The Broker has a java API that will let you create the type of monitoring you are looking for. I would recommend using thatinstead of housing the monitoring in the IS server. The IS server is much more likely to experience problems over the broker. The queue depth and retrieval rate in the broker can be a good indication of the IS having problems.