Created
March 27, 2018 11:25
-
-
Save ramonsmits/a536b0188beea3f775a6d945ef0105b2 to your computer and use it in GitHub Desktop.
Get some statistics about all incoming/outgoing queue message counts with Powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Get-MsmqQueue | select QueueName, MessagesInQueue, BytesInQueue, JournalMessageCount | |
| Get-MsmqOutgoingQueue | select DestinationQueueFormatName, MessageCount, State, EodNoAckCount, EodNoReadCount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment