1 . 消息队列路径 C:\Windows\System32\msmq 2 . 清除消息队列中消息 Powshell:Get-MsmqQueue -Name "asmmq" | Clear-MsmqQueue
PS C:\> Get-MsmqQueue -Name "Order*" -QueueType Public | Remove-MsmqQueue
Posted 金融之王
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MSMQ常用操作相关的知识,希望对你有一定的参考价值。
1 . 消息队列路径 C:\Windows\System32\msmq 2 . 清除消息队列中消息 Powshell:Get-MsmqQueue -Name "asmmq" | Clear-MsmqQueue
PS C:\> Get-MsmqQueue -Name "Order*" -QueueType Public | Remove-MsmqQueue
以上是关于MSMQ常用操作的主要内容,如果未能解决你的问题,请参考以下文章