MSMQ Queue Depth

Viewed 0

Is there a way to monitor Microsoft Messaging Queuing queues and alert when the number of items in a queue exceeds a certain threshold?

1 Answers

Hi Michael,

Yes, you can use the Performance Counter Monitor to watch the counter you are interested in. Microsoft provides several groups of counter for the Message Queuing.

MSMQ Service
MSMQ Queue
MSMQ Session
MSMQ Incoming HTTP Traffic
MSMQ Outgoing HTTP Session
MSMQ Incoming Multicast Session
MSMQ Outgoing Multicast Session

Here are the instructions for the Performance Counter Monitor on our site.

Related