0% found this document useful (0 votes)
259 views2 pages

How To Add Message Queuing Feature - Dell India

This document provides instructions for installing the Message Queuing feature on Windows Server Core using Windows PowerShell. It describes running the Install-WindowsFeature MSMQ-Services command to install Message Queuing and related features like Directory Service Integration. Additional Windows PowerShell cmdlets are listed for managing Message Queuing, including creating, sending, and removing queues.

Uploaded by

yuva raz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
259 views2 pages

How To Add Message Queuing Feature - Dell India

This document provides instructions for installing the Message Queuing feature on Windows Server Core using Windows PowerShell. It describes running the Install-WindowsFeature MSMQ-Services command to install Message Queuing and related features like Directory Service Integration. Additional Windows PowerShell cmdlets are listed for managing Message Queuing, including creating, sending, and removing queues.

Uploaded by

yuva raz
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

5/14/2020 How to add Message Queuing feature | Dell India

How to add Message Queuing feature


This article is designed to address installing the Message Queuing feature on a server running Windows Server
Core.

Perform the following steps to install the Message Queuing feature on a server running Windows Server Core.

1. Type Start PowerShell in the Command Prompt window to start Windows PowerShell.

2. Type Install-WindowsFeature MSMQ-Services and press Enter to install the Message Queuing feature.

Additional Information:

This information applies to Windows Server 2012 and Windows Server 2012 R2.

The following Message Queuing features can be installed using Windows PowerShell.

Message Queuing Server


Directory Service Integration
HTTP Support
Message Queuing Triggers
Multicasting Support
Routing Service
Message Queuing DCOM Proxy

The Message Queuing Server feature is installed after performing the Install-WindowsFeature MSQM-Services
cmdlet.

The following Windows PowerShell cmdlets are available for managing the Message Queuing feature on a server
running Windows Server Core.

Clear-MSMQOutgoingQueue - Purges outgoing queues.


Clear-MsmqQueue - Purges queues.
Enable-MsmqCertificate - Registers a certificate with Active Directory Domain Services.

https://www.dell.com/support/article/en-in/how10133/how-to-add-message-queuing-feature?lang=en 1/2
5/14/2020 How to add Message Queuing feature | Dell India

Get-MsmqCertificate - Returns certificates registered in Active Directory Domain Services.


Get-MsmqOutgoingQueue - Gets outgoing message queues.
Get-MsmqQueue - Gets message queues.
Get-MsmqQueueACL - Gets queue access control lists.
Get-MsmqQueueManager - Gets a queue manager.
Get-MsmqQueueManagerACL - Returns access control lists for the local queue manager.
Move-MsmqMessage - Moves messages between subqueues or between the main queue and a subqueue.
New-MsmqMessage - Creates a message object.
New-MsmqQueue - Creates public or private queues.
Receive-MsmqQueue - Does a destructive read from a queue.
Remove-MsmqCertificate - Removes personal certificates.
Remove-MsmqQueue - Deletes queues.
Resume-MsmqOutgoingQueue - Resumes outgoing queues.
Send-MsmqQueue - Sends a test message to remote queues.
Set-MsmqQueue - Sets propertie - of queues.
Set-MsmqQueueACL - Modifies the access rights of queues.
Set-MsmqQueueManager - Configures the queue manager.
Set-MsmqQueueManagerACL - Modifies the access rights of a queue manager.
Suspend-MsmqOutgoingQueue - Pauses outgoing queues.

Quick Tips content is self-published by the Dell Support Professionals who resolve issues daily. In order to achieve
a speedy publication, Quick Tips may represent only partial solutions or work-arounds that are still in development
or pending further proof of successfully resolving an issue. As such Quick Tips have not been reviewed, validated
or approved by Dell and should be used with appropriate caution. Dell shall not be liable for any loss, including but
not limited to loss of data, loss of profit or loss of revenue, which customers may incur by following any procedure
or advice set out in the Quick Tips.

Article ID: HOW10133

Last Date Modified: 09/14/2019 12:17 AM

https://www.dell.com/support/article/en-in/how10133/how-to-add-message-queuing-feature?lang=en 2/2

You might also like