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

asked 27 Feb '13, 16:28

MichaelM's gravatar image

MichaelM
122
accept rate: 0%


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.

link

answered 28 Feb '13, 09:37

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6
×1

Asked: 27 Feb '13, 16:28

Seen: 9,454 times

Last updated: 28 Feb '13, 09:37