How To Install Msmq In Windows Server 2012

How To Install Msmq In Windows Server 2012

  1. How To Install Msmq In Windows Server 2012 Windows 10
  2. Msmq Configuration Windows 10
  3. Msmq Windows Server 2012 R2
  4. How To Install And Clustered Msmq On Windows Server 2012
How
Active2 months ago

We have some strange things happening with a new installation of MSMQ on a Windows Server 2012 R2 Cluster:

  • the clients reach the server without problems
  • the server tries to send a message to the client and gets the error message 'Failed to connect to winsock socket'
  • the server is able to ping the client and vice versa
  • restarting the MSMQ-Client on the clients (Windows 7 domain-members, same domain as the server) seems to fix the problem teporarily
  • it only affects a few clients, and not always the same. We might have identified one of the reasons being that the network is not fully operational at the time the MQ-client starts. Starting the client without network connection always results in the error.
  • the strangest thing: it only affect communication to the new 2012-server. The same clients have no problems communicating with MSMQ on 2008-servers, even when they can't communicate with the 2012 MQ at the same time.

One articel we found described opening the firewallports for RPC-EPMAP, which we did, unfortunatelly without helping. The log of the firewall shows no dropped packets.

Install MSMQ. At a command prompt, run the command OptionalFeatures to open the 'Windows Features' dialog. In the feature tree of the dialog, Check the top-level feature 'Microsoft Message Queue (MSMQ) Server'. This also checks the sub-feature 'Microsoft MessageQueue (MSMQ) Server Core'. Select Role-based or feature-based installation and click Next. Select the server where to install the feature and click Next. Do not select any server roles. In Features, expand Message Queuing > Message Queuing Services and select Message Queuing Server. Continue running the wizard adding any other roles required by MSMQ (if. Installing Message Queuing services (MSMQ) on Windows Server 2012. To install MSMQ Microsoft Message Queuing Services on Windows Server 2012 or Windows Server 2012 R2: Launch Server Manager. Navigate to Manage > Add Roles and Features. Click Next in the Before You Begin screen.

Fails with the error. Error: 0x800f080c Feature name MSMQ-Container is unknown. A Windows feature name was not recognized. Change to use the /all option in DISM on. Click Classic View, double-click Programs and Features, and then in the tasks pane, click Turn Windows features on or off. Expand Microsoft Message Queue (MSMQ) Server, expand Microsoft Message Queue (MSMQ) Server Core, and then select the check boxes for the Message Queuing features that you want to install.

At the moment we are clueless, especially since the Clients just work flawlessly with the Windows 2008 MSMQ-Servers.

MarcoMarco

1 Answer

The error message is displayed in the MSMQ managementconsole (Services and Applications/Message Queuing). There are no eventlogs generated on the server for errors. The problem is with the communication fom the server back to the client. The client reaches the server, but the answer doesn't get to the client. It can be reproduced by starting the client without network connection and establishing the connection after the login. Restarting the MSMQ-client solves this. Communication with the 2008 MSMQ-server isn't affected at all, works even while not recieving from the 2012 MSMQ.

MarcoMarco

How To Install Msmq In Windows Server 2012 Windows 10

Not the answer you're looking for? Browse other questions tagged windows-7windows-server-2012-r2msmq or ask your own question.

-->

The following procedures show how to install Message Queuing 4.0 and Message Queuing 3.0.

Note

Message Queuing 4.0 is not available in Windows XP and Windows Server 2003.

To install Message Queuing 4.0 on Windows Server 2008 or Windows Server 2008 R2

  1. In Server Manager, click Features.

  2. In the right-hand pane under Features Summary, click Add Features.

  3. In the resulting window, expand Message Queuing.

  4. Expand Message Queuing Services.

  5. Click Directory Services Integration (for computers joined to a Domain), then click HTTP Support.

  6. Click Next,then click Install.

To install Message Queuing 4.0 on Windows 7 or Windows Vista

Msmq Configuration Windows 10

  1. Open Control Panel.

  2. Click Programs and then, under Programs and Features, click Turn Windows Features on and off.

  3. Expand Microsoft Message Queue (MSMQ) Server, expand Microsoft Message Queue (MSMQ) Server Core, and then select the check boxes for the following Message Queuing features to install:

    • MSMQ Active Directory Domain Services Integration (for computers joined to a Domain).

    • MSMQ HTTP Support.

  4. Click OK.

  5. If you are prompted to restart the computer, click OK to complete the installation.

To install Message Queuing 3.0 on Windows XP and Windows Server 2003

Msmq Windows Server 2012 R2

  1. Open Control Panel.

  2. Click Add Remove Programs and then click Add Windows Components.

  3. Select Message Queuing and click Details.

    Note

    If you are running Windows Server 2003, select Application Server to access Message Queuing.

  4. Ensure that the option MSMQ HTTP Support is selected on the details page.

  5. Click OK to exit the details page, and then click Next. Complete the installation.

  6. If you are prompted to restart the computer, click OK to complete the installation.

How To Install And Clustered Msmq On Windows Server 2012

See also