MSMQ Limits
Are you running into some limits with MSMQ? Testing my WebSearch changes, I ran into some limitations with about 1.8 million messages in a queue. Alex Lowe pointed me to a KB article about my problem and this solution seems to have resolved my issue. I now have about 6 million messages and am getting more each minute.
http://support.microsoft.com/default.aspx?scid=kb;en-us;810507
The error that I was getting was:
There are insufficient resources to perform the operation.
Event ID: 2085 Date: 2003/01/07 Time: 20:36:14 User: N/A Computer: Computername Description: Unable to create message file C:\WINNT\System32\msmq\STORAGE\l0000009.mq. There is insufficient disk space or memory.
Info: The problem seems to revolve around the inability of MQAC.SYS to allocate additional kernel memory.
By editing the registry and making the changes listed in the KB article, I was able to run the system all of last night with no reported problems, well none besides the expected 404 and other http errors.
Now, I think I need more bandwidth. Shoot, I won't be home until late next week to use my cable modem and its 2 T-1s worth of bandwidth.
Wally