How can I install Windows Message Queue that can be accessed from another computer. I've already installed MQ server, it displays correctly in Computer Management, but I was unable to connect to it from my Visual Studio Server Explorer. The error message was "Message Queueing has not been installed in this computer"
|
feedback
|
|
Looks like MSMQ is not installed in your machine. Install it by following below steps :
| |||
|
feedback
|
|
Sound like you haven't installed MSMQ on the machine running Visual Studio? PS. I would have made this a comment, but for some reason I can't comment on your question. | |||
feedback
|
|
I am also too new to server fault to comment. However, Bernhard is correct. There is a client component of MSMQ which will install the appropriate MSMQ MMC snap in which will allow you to administer MSMQ. This component will need to be installed on your machine running Visual Studio before you can connect to MSMQ from it. | |||
|
feedback
|