forestial
2007-09-20 21:04:04 UTC
I installed MSMQ on a Win2k3 SP2 machine using the 'Add/Remove Windows
Components' 'wizard'. In the Details dialog I checked 'Active Directory
Integration' and 'Common' only. Under 'Common' there is further Details
dialog; here I checked both 'Core Functionality' and 'Local Storage'.
The machine is part of a domain but it is not a domain controller.
I am using the .NET support for MSMQ (via Powershell). When I attempt to
create a public queue I get the error 'A workgroup installation computer does
not support the operation'. I have tried several ways to specify the name
of the public queue:
.\AQueue
<nodename>\AQueue
DIRECT:OS=<nodename>\AQueue
.... all yielding the above mentioned error.
I also tried the path
FormatName:DIRECT:OS=<nodename>\AQueue
this gets an error 'Cannot create a queue with the path...'
Is there some option that I missed, to install MSMQ in 'domain mode'?
Or am I doing something wrong in path I passing to the Create() method?
(I have a similar problem with creating public queues on an XP machine. But
I was successful in Vista. There are different versions of MSMQ in play
here of course.)
Components' 'wizard'. In the Details dialog I checked 'Active Directory
Integration' and 'Common' only. Under 'Common' there is further Details
dialog; here I checked both 'Core Functionality' and 'Local Storage'.
The machine is part of a domain but it is not a domain controller.
I am using the .NET support for MSMQ (via Powershell). When I attempt to
create a public queue I get the error 'A workgroup installation computer does
not support the operation'. I have tried several ways to specify the name
of the public queue:
.\AQueue
<nodename>\AQueue
DIRECT:OS=<nodename>\AQueue
.... all yielding the above mentioned error.
I also tried the path
FormatName:DIRECT:OS=<nodename>\AQueue
this gets an error 'Cannot create a queue with the path...'
Is there some option that I missed, to install MSMQ in 'domain mode'?
Or am I doing something wrong in path I passing to the Create() method?
(I have a similar problem with creating public queues on an XP machine. But
I was successful in Vista. There are different versions of MSMQ in play
here of course.)