Event ID 2250 — Message Queuing System Resources
Applies To: Windows Server 2008
Disk, memory, and system resources are assigned to Message Queuing. If these resources become limited, Message Queuing may not function as expected.
Event Details
Product: | Windows Operating System |
ID: | 2250 |
Source: | MSMQ |
Version: | 6.0 |
Symbolic Name: | EVENT_WARN_LOW_PAGED_POOL |
Message: | Message Queuing will not be able to accept messages temporarily because system paged pool is low. No manual intervention is requried at this stage. Once memory utilization has normalized, Message Queuing will automatically resume accepting messages. |
Resolve
Monitor low system resources
Common system resources are almost fully consumed. Message Queuing will not operate properly until system resources are freed up. For more information about managing Message Queuing system resources, see Resource Management in MSMQ Applications (https://go.microsoft.com/fwlink/?LinkId=107361).
We recommend that you monitor the number of messages on your computer and processs these messages. If this issue is persistent, you may have to rearchitect your solution.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To monitor Message Queuing with Performance Monitor:
- Open a command prompt. To open a command prompt, click Start. In the search box, type cmd, and then press ENTER.
- At the command prompt, type Perfmon, and then press ENTER.
- In the console tree, under Monitoring Tools, click Performance Monitor.
- Click the green plus sign to add a monitor.
- On the Add counters tab, in the Counters section, click MSMQ Service.
- Select the appropriate counters that you need.
Verify
Verify that there is sufficient available memory and disk space.
To perform these procedures, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To verify that there is enough available memory:
- Open Task Manager. To open Task Manager, right-click an empty space on the taskbar, and then click Task Manager.
- Click the Performance tab.
- Verify the CPU Usage is not 100%.
To verify that there is enough available disk space:
- Open Windows Explorer.
- Right-click the drive where Message Queuing is located, and then click Properties.
- Verify that there is available Free space.