Skip to content

Commit 39471a0

Browse files
authored
Review msmq message content
1 parent 6dbb2bf commit 39471a0

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

transports/msmq/viewing-message-content-in-msmq.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,34 @@
22
title: Viewing MSMQ content
33
summary: Provides options for visualizing messages and queues in MSMQ
44
component: MsmqTransport
5-
reviewed: 2023-10-30
5+
reviewed: 2025-08-14
66
redirects:
77
- nservicebus/how-can-i-see-the-queues-and-messages-on-a-machine
88
- nservicebus/viewing-message-content-in-msmq
99
- nservicebus/msmq/viewing-message-content-in-msmq
1010
---
1111

12-
There are several ways to view content in MSMQ, both free and paid.
12+
There are several ways to view messages and queues in MSMQ, using both free and commercial tools.
1313

14-
### Visual Studio
14+
## Visual Studio
1515

16-
The queues on the local machine can be listed using Server Explorer in Visual Studio:
16+
Queues on the local machine can be listed using **Server Explorer** in Visual Studio:
1717

1818
![Server Explorer](server-explorer.png "Server Explorer")
1919

20-
If there is a message in one of the queues, select it and view the properties of the message in the property panel (press <kbd>F4</kbd> to open) in Visual Studio:
20+
If a queue contains messages, select one and open the **Properties** panel (<kbd>F4</kbd>) to view its details:
2121

2222
![Visual Studio properties](visual-studio-properties.png "Visual Studio properties")
2323

24-
The BodyStream property shows the contents of the message:
24+
The **BodyStream** property shows the message content:
2525

2626
![Message contents](body-stream.png "Message contents")
2727

28+
## Windows native tools
2829

29-
### Windows native tools
30+
MSMQ can also be managed using the built-in **MMC snap-in**.
3031

31-
The MSMQ MMC snap-in can be used to manage queues.
32-
33-
Use one of the following based on Windows operating system version:
32+
Depending on the Windows version, open via:
3433

3534
```
3635
Start > Run > compmgmt.msc > Features > Message Queuing
@@ -42,33 +41,25 @@ or
4241
Start > Run > compmgmt.msc > Services and Applications > Message Queuing
4342
```
4443

45-
4644
### QueueExplorer
4745

48-
QueueExplorer is a commercial third-party product for managing MSMQ.
49-
50-
http://www.cogin.com/mq/
46+
[QueueExplorer](http://www.cogin.com/mq/) is a commercial third-party product for managing MSMQ.
5147

52-
> QueueExplorer can do much more than the built-in management console, such as copy, move or delete messages, save and load, stress test, and view and edit full message bodies (with special support for .NET serialized objects).
48+
> QueueExplorer provides features beyond the built-in console, such as copying, moving, or deleting messages; saving and loading; stress testing; and viewing/editing full message bodies (with support for .NET serialized objects).
5349
5450
![](queue-explorer.png 'width=500')
5551

5652

5753
### Mqueue Viewer
5854

59-
Mqueue Viewer is a fast and free tool to manage MSMQ messages and queues. More advanced features are available in the paid version.
55+
[Mqueue Viewer](https://www.mqueue.net/) is a free tool for managing MSMQ queues and messages, with additional features available in the paid version.
6056

61-
https://www.mqueue.net/
62-
63-
> Mqueue Viewer is a fast and simple tool to manage MSMQ queues, view, edit, add, delete messages. It works with multiple machines/servers.
57+
> Mqueue Viewer allows viewing, editing, adding, and deleting messages, and supports multiple machines/servers.
6458
6559
![](mqueue.png 'width=500')
6660

67-
6861
### Service Bus MQ Manager
6962

70-
A free application to view and manage MSMQ messages.
71-
72-
https://github.com/danielHalan/ServiceBusMQManager
63+
[Service Bus MQ Manager](https://github.com/danielHalan/ServiceBusMQManager) is a free application for viewing and managing MSMQ messages.
7364

7465
![](service-bus-mq-manager.png)

0 commit comments

Comments
 (0)