2016-11-10 7 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 클라이언트) 버전이있었습니다.

관련 문제