PerThreadDSServer

HKLM\SOFTWARE\Microsoft\MSMQ\Parameters

Data type Range Default value
REG_DWORD 0 | 1 0

Description

Enables applications to work with a different directory service server for each thread.

The default value for the PerThreadDSServer entry allows all threads to work with the same directory service server, and if one thread changes the directory service, it affects the others. In Windows 2000, some operations might require access to a specific directory service server. Enabling this mode guarantees that the directory service activity of the other threads will not change the server. This is relevant only in Message Queuing mixed mode, when some of the servers in the site are running MSMQ 1.0 and some are running Message Queuing.

Value Meaning
0 All threads access the same directory service server.
1 All threads can access a different directory service server.