Frank,
There is a product called the VIC Queue manager that helps to manage broker events. It is a commercial product that was advertised on this site some time back.
If that doesn’t work, and you have a webMethods advantage account, there are a few tools that you may be able to get:
Document Tracker - Document Tracker is a simple Broker Client that will allow users to publish documents to a Broker, and subscribe to documents from a Broker via a graphical user interface. The Document Tracker utility is primarily designed for debugging purposes.
Broker Monitor Tool - The Enterprise Monitor provides a UI to track traffic through the webMethods Broker. The Enterprise Monitor is primarily used as a design-time debugging tool or to demonstrate Broker functionality.
These downloads are free from advantage but are not supported, so if you have problems with them, you are on your own.
If you are fortunate enough to have an older license of the broker (called Enterprise) there are a few other tools bundled in with the release (5.01) that provide excellent overview of the broker environment. Look for the “manager.”
I’ve heard a lot of negativity relating to the old manager product, but it has helped me out of many a bind when the Integration Server was not available to provide the same services.
Going back to Integration Server, if you need to figure out what has been queued up or processed, you can do so through the admin console of the WmBrokerAdmin package.
And, you could also write an IS service that automatically checks for this and notifies you based on your custom critieria (in your code.)
If all this seems to be too light-weight and you want something that provides more functionality, webMethods provides a Java API and an ActiveX COM API (lightly supported but works great) that you can use to create your own Broker Admin Client. This is the same APIs that the commercial products and the webMethods products use.
Hope this is helpful.
Ray
#broker#Universal-Messaging-Broker#Integration-Server-and-ESB#webMethods