Updated July 21, 2026
To back up selected MSMQ messages with QueueExplorer for Windows, browse the source
queue, load and select the required messages, then save them to a compressed .mq file. One file can hold
multiple messages and retains bodies, labels, extensions, and other properties needed for a controlled restore.
mqbkup utility is the separate
service-level option for MSMQ message files and registry settings.
| Goal | Suitable method | What it protects |
|---|---|---|
| Restore selected messages | QueueExplorer .mq file |
Message bodies, labels, extensions, and available message properties |
| Analyze payloads with other tools | Export message bodies | Body bytes only, without complete MSMQ metadata |
| Recover the local MSMQ service | Windows mqbkup |
Local MSMQ message files and registry settings as one service-level backup |
| Rebuild application topology and security | Documented configuration and infrastructure recovery | Queue definitions, permissions, certificates, service identity, firewall, DTC, and application configuration |
Define the source Windows computer, queue paths, special locations, selection criteria, and recovery destination before exporting. Peeking does not remove messages, but a live queue changes while producers and consumers work. Establish a maintenance window when the backup must represent a precise boundary.
.mq file in an access-controlled location and record its computer, queue, date, count, and selection criteria.
For a large backlog, create documented batches instead of relying on one enormous in-memory selection. Segment by Label, application property, timestamp range, queue, or incident. Keep a manifest with file hashes, counts, source locations, and creation times when the export is part of an audited recovery process.
Choose Export Bodies to write each message body to a separate file for editing, diffing, malware inspection, or analysis by another tool. QueueExplorer can generate unique filenames when several bodies are exported.
.mq file and wait for every intended message to be sent.Restoring is a send operation, not a rewind of the queue. MSMQ assigns new system-managed values such as sender and sent or arrived times, and restored messages join the destination according to MSMQ priority and transaction ordering. Loading a file twice can create duplicates.
A direct connection cannot determine a remote queue's transactional status. QueueExplorer asks you to declare it before the first send; verify the setting carefully. QueueProxy can determine that information locally on the destination computer.
Journal and dead-letter messages consume the MSMQ computer quota. Include them when they are part of the recovery requirement, then apply a documented retention and cleanup policy.
MSMQ messages can contain credentials, tokens, personal data, or regulated information. Encrypt backup storage, restrict access, and never place message exports in source control.
Windows includes the
mqbkup Message Backup/Restore utility.
It backs up MSMQ message files and registry settings and stops the local MSMQ service during backup or restore. Close
local applications that use MSMQ first and follow Microsoft's operational requirements.
Use a new, dedicated backup folder. If an existing destination is not empty, mqbkup can remove its files
and subfolders after confirmation; the /y option suppresses that confirmation and should not be used casually.
mqbkup is broader than a QueueExplorer export and is suited to recovering the local MSMQ installation as
a unit. It is also more disruptive. Test the restore on an isolated Windows computer and separately document any
application configuration, certificates, permissions, service accounts, networking, DTC, and infrastructure that the
MSMQ utility does not recreate for the complete system.
No. Saving copies the selected messages to a file. The source remains unchanged unless a consumer or a separate delete or move operation removes messages.
Only after checking the queue size and available memory. For a large backlog, save documented and verified batches.
No. The file preserves message content and restorable properties, but loading creates newly sent messages. MSMQ assigns new system-managed fields and a new position in the destination.
Yes. Connect QueueExplorer to the target Windows computer, open a compatible application queue, and load the file. Verify permissions and transactional type before sending.
See what is happening in MSMQ and resolve message problems without writing one-off tools. Browse application, journal, subqueue, outgoing, and dead-letter messages; inspect their contents; and manage local or remote MSMQ computers from one Windows desktop application. Try it free on Windows.