Delete Private Queue Created Windows 2019 Cluster MSMQ Resource

Antonio Mourao 1 Reputation point
2021-11-15T15:56:46.417+00:00

Hi, I'm using Enterprise Vault(EV) 14.1. EV uses MSMQ for archiving tasks, we discontinue an Exchange server and now I need to manually delete Msmq private Queue that was used to archive our old server. we recently move EV to a new cluster (Windows 2019) and now I can remove this queue. In windows 2008 R2 to delete this queue, all I needed to do was select the queue and press DEL key or with the right mouse button select delete options, now I only have "HELP" options, and this is help for MMC.

Can anyone help?

António Mourão

Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
956 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Limitless Technology 39,336 Reputation points
    2021-11-15T20:56:10.063+00:00

    Hello @Antonio Mourao

    you can try with powershell. For reference use the official Microsoft article here:

    Remove-MsmqQueue
    https://learn.microsoft.com/en-us/powershell/module/msmq/remove-msmqqueue?view=windowsserver2019-ps

    Hope this helps with your query!

    -----
    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  2. Antonio Mourao 1 Reputation point
    2021-11-22T10:47:38.7+00:00

    Hello LimitlessTechnology-2700,
    This PowerShell cmdlet does solve my problem or I don't know how.
    I don't how to use this cmdlet again a computer name that is a cluster group
    I used this article https://www.veritas.com/support/en_US/article.100010371 to recreate msmq.
    I'll would prefer delete the unneeded queue instead of recreate all the service

    António

    0 comments No comments