Установить message queuing service windows 10

Зачем Windows 10 нужна служба очереди сообщений и почему она установлена по умолчанию?

я обновил две системы с Windows 7 до 10, и обе имеют службу MSMQ, установленную после обновления. Ни одна из этих систем не была установлена раньше.

наличие службы не является проблемой само по себе, но он или служба зависимостей прослушивает TCP-порт 80 через Microsoft HTTP API (системный процесс PID 4), и я не могу запустить Apache из-за этого.

до сих пор мои поиски ответов были бесплодны, потому что большинство результатов, которые я нахожу, имеют дело с установка и настройка MSMQ, но не это цель на недавно установленной системе Win10.

У меня два вопроса:

  1. какова цель службы MSMQ в системах Windows 10?
  2. можно ли отключить сервис(или установить ручной запуск) без каких-либо побочных эффектов?

1 ответов

что такое MSMQ?

технология Microsoft Message Queuing (MSMQ) позволяет приложениям в гетерогенных сети и системы, которые могут быть временно отключены. MSMQ обеспечивает гарантированная доставка сообщений, эффективная маршрутизация, обмен сообщениями на основе приоритетов. Он может быть использован для реализации решения асинхронный и синхронный обмен сообщениями варианты развития.

от пользователя Переполнение Стека:

это просто администратор очередей.

вы можете отправлять объекты (сериализованные) в очередь, где они будут находиться пока вы не получите их. Обычно используется для отправки сообщений или объектов между применениями в decoupled путе.

Это не имеет ничего общего с веб-сервисов, это две разные вещи

вы можете отключить его? Что происходит?

когда служба msmq удаляется следующие действия осуществляется:

  1. все существующие очереди и сведения о конфигурации очереди удаляются
  2. все сообщения, содержащиеся в этой очереди и очереди системных мертвых писем (DLQ) удаляется

в двух словах

служба начала приходить установлен на Windows 8 и up systems (насколько мне известно), поэтому вы не видели его на 7. Удаление его влияет только на себя, и если вы не используете его, то ничего не должно быть затронуто.

отключив службу вы знаете, как это сделать, но вы также можете удалить его с помощью Add & Remove Features

Message Queuing (MSMQ)

Applies To: Windows 10, Windows 7, Windows 8, Windows 8.1, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows Server Technical Preview, Windows Vista

Читайте также:  Windows server система реального времени

Purpose

Message Queuing (MSMQ) technology enables applications running at different times to communicate across heterogeneous networks and systems that may be temporarily offline. Applications send messages to queues and read messages from queues. The following illustration shows how a queue can hold messages that are generated by multiple sending applications and read by multiple receiving applications.

» title=» » data-linktype=»relative-path»/>

Where Applicable

Message Queuing provides guaranteed message delivery, efficient routing, security, and priority-based messaging.

It can be used to implement solutions to both asynchronous and synchronous scenarios requiring high performance. The following list shows several places where Message Queuing can be used.

Mission-critical financial services: for example, electronic commerce.

Embedded and hand-held applications: for example, underlying communications to and from embedded devices that route baggage through airports by means of an automatic baggage system.

Outside sales: for example, sales automation applications for traveling sales representatives.

Workflow: Message Queuing makes it easy to create a workflow that updates each system. A typical design pattern is to implement an agent to interact with each system. Using a workflow-agent architecture also minimizes the impact of changes in one system on the other systems. With Message Queuing, the loose coupling between systems makes upgrading individual systems simpler.

Developer Audience

Message Queuing applications can be developed using C++ APIs or COM objects. Applications can be built in any of the popular development environments: for example, MicrosoftВ® Visual BasicВ®, Visual BasicВ® Scripting Edition, Visual C++В®, Visual StudioВ® .NET, Borland Delphi, and Powersoft Powerbuilder. This allows applications to be developed for the Internet as well, including both server-side (Internet Information Server) and client-side (Internet Explorer) applications. The .NET Framework offers a set of managed Message Queuing objects.

Run-Time Requirements

MSMQ 3.0 can be deployed on computers running Microsoft Windows and members of the Windows Server family.

MSMQ is also available with independent client functionality on computers running Windows CE 3.0.

Interoperability

More information

For information on the following:

New features for each version of Message Queuing. See What’s New in Message Queuing.

Sources of information on installation and administration and books on Message Queuing. See More Information on Message Queuing.

Message Queuing concepts and services. See About Message Queuing.

Examples using API functions and COM components. See Using Message Queuing.

Message Queuing functions, properties, structures, and COM components. See Message Queuing Reference.

Technical terms used in the Message Queuing documentation. See Message Queuing Glossary.

Supplementary information not covered in the body of the Message Queuing documentation. See Message Queuing Appendix.

Installing Message Queuing (MSMQ)

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

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

In Server Manager, click Features.

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

In the resulting window, expand Message Queuing.

Expand Message Queuing Services.

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

Click Next,then click Install.

To install Message Queuing 4.0 on Windows 7 or Windows Vista

Open Control Panel.

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

Читайте также:  One drive linux client

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.

Click OK.

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

Open Control Panel.

Click Add Remove Programs and then click Add Windows Components.

Select Message Queuing and click Details.

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

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

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

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

Установка системы очередей сообщений (MSMQ) Installing Message Queuing (MSMQ)

В процедурах ниже показана методика установки очереди сообщений 4.0 и очереди сообщений 3.0. The following procedures show how to install Message Queuing 4.0 and Message Queuing 3.0.

Служба очереди сообщений 4,0 недоступна в Windows XP и Windows Server 2003. Message Queuing 4.0 is not available in Windows XP and Windows Server 2003.

Установка Message Queuing 4.0 в Windows Server 2008 или Windows Server 2008 R2 To install Message Queuing 4.0 on Windows Server 2008 or Windows Server 2008 R2

В диспетчер сервера щелкните компоненты. In Server Manager, click Features.

В области справа в разделе Сводка компонентов щелкните Добавить компоненты. In the right-hand pane under Features Summary, click Add Features.

В открывшемся окне разверните очередь сообщений. In the resulting window, expand Message Queuing.

Разверните узел службы очередей сообщений. Expand Message Queuing Services.

Щелкните Интеграция служб каталогов (для компьютеров, присоединенных к домену), а затем щелкните Поддержка HTTP. Click Directory Services Integration (for computers joined to a Domain), then click HTTP Support.

Нажмите кнопку Далее, а затем — установить. Click Next,then click Install.

Установка очереди сообщений 4.0 в Windows 7 или Windows Vista To install Message Queuing 4.0 on Windows 7 or Windows Vista

Откройте Панель управления. Open Control Panel.

Щелкните программы , а затем в разделе программы и компоненты щелкните Включение и отключение компонентов Windows. Click Programs and then, under Programs and Features, click Turn Windows Features on and off.

Разверните сервер очереди сообщений Microsoft (MSMQ), разверните ядро сервера очереди сообщений Microsoft (MSMQ) и затем отметьте флажками установку следующих возможностей очереди сообщений: 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 (для компьютеров, подключенных к домену). MSMQ Active Directory Domain Services Integration (for computers joined to a Domain).

Поддержка MSMQ HTTP. MSMQ HTTP Support.

Нажмите кнопку ОК. Click OK.

Если появится запрос на перезагрузку компьютера, нажмите кнопку ОК , чтобы завершить установку. If you are prompted to restart the computer, click OK to complete the installation.

Установка Message Queuing 3.0 в Windows XP или Windows Server 2003 To install Message Queuing 3.0 on Windows XP and Windows Server 2003

Откройте Панель управления. Open Control Panel.

Читайте также:  Узнать серийный номер windows server 2012 r2

Щелкните Добавить удалить программы , а затем — Добавить компоненты Windows. Click Add Remove Programs and then click Add Windows Components.

Выберите очередь сообщений и щелкните сведения. Select Message Queuing and click Details.

Если вы используете Windows Server 2003, выберите сервер приложений для доступа к очереди сообщений. If you are running Windows Server 2003, select Application Server to access Message Queuing.

Удостоверьтесь, что на странице сведений выбрана функция поддержки MSMQ HTTP. Ensure that the option MSMQ HTTP Support is selected on the details page.

Нажмите кнопку ОК , чтобы закрыть страницу сведения, а затем нажмите кнопку Далее. Click OK to exit the details page, and then click Next. Завершите установку. Complete the installation.

Если появится запрос на перезагрузку компьютера, нажмите кнопку ОК , чтобы завершить установку. If you are prompted to restart the computer, click OK to complete the installation.

Enable MSMQ Server on Windows 10[Latest]- Easy Steps

Enable MSMQ Server on Windows 10: In this article, we will check out the steps involved in the process of enabling and disabling Microsoft Message Queue Server(MSMQ) on Windows 10. MSMQ is a message protocol that allows applications on individual servers and processors to establish communication between them in a fool-proof way. MSMQ allows communication between networks and computers that are running on Microsoft’s Windows Operating system. MSMQ is available on Microsoft embedded platforms and is also available on the Visual Studio Enterprise.

How to Enable MSMQ Server on Windows 10- Quick Steps:

The following are the steps involved in the process of enabling Microsoft Message Queue Server(MSMQ) on Windows 10. Kindly follow the below steps.

  1. Open Control Panel.
  2. Switch the view to Category. Switch to Category View
  3. Click on the Programs. Programs
  4. Then proceed with Programs and Features. Programs and Features
  5. On the left pane, you will find the option Turn Windows features on or off. Turn Windows features on or off
  6. Windows features dialog box will pop-up now.
  7. Locate Microsoft Message Queue(MSMQ) Server from the list.
  8. Enable it by clicking on the checkbox. Finally, Click on OK. Enable MSMQ Server
  9. Windows will search for the required files. Searching for the required files
  10. Changes will be made and it will take some time. Applying Changes
  11. Finally, Click on Close. Finally, Close
  12. Now, Microsoft Message Queue(MSMQ) server is enabled on Windows 10.

Disable Microsoft Message Queue(MSMQ) on Windows 10:

This is no different from the above steps except for the following step.

  • Open Windows Features Dialog box of Turn Windows features on or off.
  • Locate Microsoft Message Queue(MSMQ) server.
  • Disable the option by clicking on the checkbox. Finally, click OK.
  • The system will make the changes accordingly.
  • Now, Microsoft Message Queue(MSMQ) server is disabled or turned off on the Windows 10 operating system.

Article Conclusion:

The above article provides detailed information on Microsoft Message Queue(MSMQ) server and provides the simple steps to enable MSMQ Server on Windows 10 and as well as disabling it on windows 10. MSMQ is essential for people who wish to establish communication across networks and computers.

If you have any doubts, please let us know in the comments below. For more such awesome posts stay tuned to TecKangaroo.

Оцените статью