You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
queue persistence
About this tag
Queue persistence in Windows environments refers to the ability of Microsoft Message Queuing (MSMQ) to reliably store messages on disk. A December 2025 security update from Microsoft introduced a regression that altered NTFS permissions, breaking queue persistence for many administrators. This caused IIS-hosted applications and legacy middleware to fail when writing to queues, displaying misleading "insufficient resources" errors. Microsoft acknowledged the issue, added it to affected KB articles, and offered mitigations through support channels while working on an official fix. The incident highlights the critical role of queue persistence in enterprise messaging and the impact of security patches on production systems.
Microsoft’s December patch wave has produced an awkward one‑two punch for administrators: the company’s security hardenings for Microsoft Message Queuing (MSMQ) fixed real vulnerabilities but also changed NTFS permissions in a way that broke queue persistence in many production environments —...