0

We have Windows Server Core 2008 R2. We have successfully installed .NET and the Visual C++ runtimes.

Our application requires the ability to post messages to an MSMQ server

To be clear we do not want to install MSMQ server on the machine.

However we want to be able to post messages to a remote MSMQ server so we need to install the client parts of Windows Messaging.

Has anybody succeeded in doing this?

1 Answers1

1

Here's my blog post which covers MSMQ and Windows Server 2008 Core installation. Basically, no.

John Breakwell
  • 757
  • 5
  • 11