Insufficient Ressources in MSMQ after Feb 25 Windows Patch

Anonymous
2025-03-12T13:39:17.2066667+00:00

After the windows Feb 25 (CVE-2025-21181) patch we get insufficient ressources error from message queuing saying maximum number of queues created is reached. The setup has not changed so what can be the issue?

We are creating and deleting many queues (basically one message queues).

Windows for business | Windows Server | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2025-03-13T09:21:15.4266667+00:00

    Hello,

    Thank you for posting in Microsoft Q&A.

    Based on the description, I understand your question is related to Insufficient Resources in MSMQ after Feb 25 Windows Patch.

    MSMQ has limits on the number of queues and messages it can handle, which might be affected by system resources like memory and disk space. Check the system's resource usage and ensure there is enough memory and disk space available. You might need to increase the virtual memory or disk space allocated to MSMQ.

    MSMQ has a maximum message size limit (typically 4 MB per message) and a total storage limit based on available disk space. Ensure that individual messages do not exceed the size limit and that there is sufficient disk space for MSMQ storage.

    Have a nice day.

    Best Regards,

    Molly

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.