UserCacheSize
HKLM\SOFTWARE\Microsoft\MSMQ\Parameters
Data type |
Range |
Default value |
---|---|---|
REG_DWORD |
0x0–0xFFFFFFFF entries |
0xFD (253 entries) |
Description
Determines the maximum number of entries that can be stored in the user account information cache. This cache stores information about users who recently sent messages to the computer.
When Message Queuing receives a message, it uses user account information to verify that the sending user has permission to send messages to the particular queue. Storing user account information in the cache reduces the time it takes to verify user permissions.
I the cache is full (that is, the number of entries is equal to the value of UserCacheSize ) when the next entry arrives, Message Queuing deletes half of the entries in the cache. The oldest entries are deleted first.
Note
Windows 2000 does not add this entry to the registry. You can add it by editing the registry or by using a program that edits the registry.
Related Entries