ServersCache

HKLM\SOFTWARE\Microsoft\MSMQ\Parameters\

Description

The ServersCache subkey of the MSMQ\Parameters subkey stores information pertaining to Message Queuing about each site in the enterprise. ServersCache contains a separate entry for each site in the enterprise. The entry is the name of the site, and its value consists of a list of all the MQIS servers in the site. These values are updated at an interval specified by the value of the DSListRefresh entry.

Each of the entries in the ServersCache subkey represents a site and stores the computer names and supported protocols of all Message Queuing servers at the site. These entries have the following format:
Site name   REG_SZ   01 | 10 | 11 NumberComputer name[,NumberComputer name,NumberComputer name]

Each computer name is preceded by a number (01, 10, or 11), which indicates the communication protocols supported by each server. If the site includes multiple servers, the entries must be separated by commas.

For example,
Central   REG_SZ   11ServerOne,10ServerTwo,01ServerThree
indicates that at the Central site, there are three computers running Message Queuing: \\ServerOne supports both IP and IPX, \\ServerTwo supports only IP, and \\ServerThree supports only IPX.