I have installed MSMQ on Win 2008 Server R2 and it has no public queue node. Do you know how to fix this? Server runs in a domain. Domain controller is Win 2003.

link|improve this question

mine has the node and I can create queues in it with right click and New command in the menu. Try to check Add new windows features... it could be a custom feature under MSMQ node to enable. – Davide Piras Jun 24 '11 at 8:56
@Al Bundy - I'm assuming that you are trying to get a server up and running for easing your work at the shoe store? – 5StringRyan Jan 12 at 18:27
feedback

1 Answer

up vote 1 down vote accepted

MSMQ has an extra component for integration with AD. Just installing on a domain member machine will not necessarily select this option. Run setup again and ensure AD integration is selected. (I don't have a 2008 R2 machine handy to state exactly what the option is called).

If the option IS selected then check event logs for errors. Usually a security issue creating the required AD objects.

Cheers
John Breakwell

link|improve this answer
AD integration selected. I guess Domain Controller needs to be set up to support public queues. Anyway, we are using private queues now :) – Al Bundy Jun 29 '11 at 10:16
Active Directory already has all the MSMQ schema information it needs to support public queues. AD Integration mainly just creates objects in AD for the member machine(s) that will be hosting or accessing public queues. Domain controllers don't need to run MSMQ. – John Breakwell Jun 29 '11 at 12:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.