Good morning everyone!
We have a monitoring system that uses a WMI query to detect all MSMQ queues. When I use WBEMTEST and run the query:
Select * from Win32_PerfRawData_MSMQ_MSMQQueue
When I run that...sure enough there is a queue that shows up in MSMQ FEATURE that does not appear in the query.
What causes this behavior? I have (On advice) run the following commands on the server:
wmiadap.exe /c && wmiadap.exe /F
wmiadap.exe /f
but when I re-run the query in WBEMTEST...the queue does not appear.
Any ideas?
kevin Hittle