RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> RabbitMQ.Client.Exceptions.OperationInterruptedException: The AMQP operation was interrupted: AMQP close-reason, initiated by Library, code=541, text="Unexpected Exception", classId=0, methodId=0, cause=System.IO.IOException: 无法从传输连接中读取数据: 远程主机强迫关闭了一个现有的连接。。 ---> System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接。
   在 System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   在 System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- 内部异常堆栈跟踪的结尾 ---
   在 RabbitMQ.Client.Impl.Frame.ReadFrom(NetworkBinaryReader reader)
   在 RabbitMQ.Client.Impl.SocketFrameHandler.ReadFrame()
   在 RabbitMQ.Client.Framing.Impl.Connection.MainLoopIteration()
   在 RabbitMQ.Client.Framing.Impl.Connection.MainLoop()
   在 RabbitMQ.Client.Impl.SimpleBlockingRpcContinuation.GetReply()
   在 RabbitMQ.Client.Impl.ModelBase.ConnectionOpen(String virtualHost, String capabilities, Boolean insist)
   在 RabbitMQ.Client.Framing.Impl.Connection.Open(Boolean insist)
   在 RabbitMQ.Client.Framing.Impl.Connection..ctor(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)
   在 RabbitMQ.Client.Framing.Impl.ProtocolBase.CreateConnection(IConnectionFactory factory, Boolean insist, IFrameHandler frameHandler)
   在 RabbitMQ.Client.ConnectionFactory.CreateConnection()
   --- 内部异常堆栈跟踪的结尾 ---
   在 RabbitMQ.Client.ConnectionFactory.CreateConnection()
   在 CNABB.LP.EDI.Component.RabbitMqHelper.Send(RabbitMqConfig cfg, XmlDocument doc, String system)

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2022-01-16
  • 2022-01-09
  • 2021-04-18
  • 2021-06-11
  • 2021-05-28
  • 2021-09-18
猜你喜欢
  • 2021-08-31
  • 2022-12-23
  • 2021-11-08
  • 2021-07-18
  • 2022-12-23
  • 2022-01-04
  • 2022-03-07
相关资源
相似解决方案