简体   繁体   中英

MSMQ monitoring

Is there anything which can help with msmq monitoring? I'd like to get some event/monit when a message appears in queue and the same on leave.

Check out the Windows Management Performance counters.

If you look in your Administrative Tools and find "Performance Counters", you will be able to dig through there and find detailed metrics on what is happening on each message queue. This can also work for remote servers.

Should you wish to create some sort of automation around the monitoring, check out the .NET libraries for reading these performance counters. There is a very rich and comprehensive API which should give you everything you need!

您可以通过使用MSMQ触发器来实现

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM