0

我创建了私有队列,并且已经安装了 MSMQ,并且它的相应服务(消息队列)也启动了。但我仍然得到这个例外。

  1. 这里有什么问题?
  2. 如何查看消息队列服务是否可用?

System.ServiceModel.EndpointNotFoundException:从队列接收消息时出错:消息队列服务不可用(-1072824309,0xc00e000b)。确保 MSMQ 已安装并正在运行。确保队列可用于接收。---> System.ServiceModel.MsmqException:从队列接收消息时出错:消息队列服务不可用(-1072824309,0xc00e000b)。确保 MSMQ 已安装并正在运行。确保队列可用于接收。在 System.ServiceModel.Channels.MsmqQueue.TryReceive(NativeMsmqMessage 消息,TimeSpan 超时,MsmqTransactionMode 事务模式,Int32 操作)在 System.ServiceModel.Channels.MsmqReceiveHelper.TryReceive(MsmqInputMessage msmqMessage,TimeSpan 超时,

4

0 回答 0