PerThreadDSServer

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

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 allows all threads to work with the same directory service server, and if one thread changes the directory service, then it affects the others. In Windows Server 2003, 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 (also known as MSMQ) 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.