2016-11-10 30 views
0

内部Rabbit MQインスタンスに接続できません。次のエラーが表示される:rabbitmqに接続できません

The AMQP operation was interrupted: AMQP close-reason, initiated by Library, code=541, text="Unexpected Exception", classId=0, methodId=0, cause=System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host 
    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
    --- End of inner exception stack trace --- 
    at RabbitMQ.Client.Impl.Frame.ReadFrom(NetworkBinaryReader reader) 
    at RabbitMQ.Client.Impl.SocketFrameHandler_0_9.ReadFrame() 
    at RabbitMQ.Client.Impl.ConnectionBase.MainLoopIteration() 
    at RabbitMQ.Client.Impl.ConnectionBase.MainLoop() 

私のファイアウォールが必要なポートをブロックしている可能性がありますか?

答えて

0

問題が解決しました。誰かに役立つかどうかは分かりませんが、vhostだけでなくキューアドレスもURIに設定する必要がある古いMassTransit(RabbitMQクライアント)バージョンがありました。

関連する問題