MSMQ已安装且仍为队列异常

时间:2015-01-30 14:04:07

标签: c# msmq queuing

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

  1. 这里有什么问题?
  2. 如何检查邮件排队服务是否可用?
  3.   

    System.ServiceModel.EndpointNotFoundException:发生错误   从队列接收消息时:消息队列服务   不可用(-1072824309,0xc00e000b)。确保MSMQ是   安装并运行。确保队列可以接收   从。 ---> System.ServiceModel.MsmqException:发生错误   从队列接收消息:消息队列服务不是   可用(-1072824309,0xc00e000b)。确保已安装MSMQ   运行。确保队列可用于接收。                  在System.ServiceModel.Channels.MsmqQueue.TryReceive(NativeMsmqMessage)   消息,TimeSpan超时,MsmqTransactionMode transactionMode,Int32   行动)                  在System.ServiceModel.Channels.MsmqReceiveHelper.TryReceive(MsmqInputMessage)   msmqMessage,TimeSpan超时,MsmqTransactionMode transactionMode,   MsmqMessageProperty&安培;属性)                  在System.ServiceModel.Channels.MsmqInputChannelBase.TryReceive(TimeSpan)   超时,消息&信息)                  ---内部异常堆栈跟踪结束---                  在System.ServiceModel.Channels.MsmqInputChannelBase.TryReceive(TimeSpan)   超时,消息&信息)                  在System.ServiceModel.Channels.InputChannel.HelpReceive(IInputChannel)   频道,TimeSpan超时)                  在System.ServiceModel.Channels.MsmqInputChannelBase.Receive(TimeSpan   超时)                  在TyMetrix.Enterprise.Channels.ChunkingChannel.ChunkingChannel.Receive(TimeSpan)   超时)在c:\ app \ dev \ Proc \ ChunkingChannel \ ChunkingChannel.cs:line   194                  在TyMetrix.Enterprise.Channels.ChunkingChannel.ChunkingChannel.TryReceive(TimeSpan)   超时,消息&消息)   c:\ app \ dev \ Proc \ ChunkingChannel \ ChunkingChannel.cs:第232行                  在System.ServiceModel.Dispatcher.InputChannelBinder.TryReceive(TimeSpan   超时,RequestContext&的RequestContext)                  在System.ServiceModel.Dispatcher.ErrorHandlingReceiver.TryReceive(TimeSpan   超时,RequestContext&的RequestContext)

0 个答案:

没有答案
相关问题