Cannot connect to rabbitmq -
can not connect internal rabbit mq instance. receive following error:
the amqp operation interrupted: amqp close-reason, initiated library, code=541, text="unexpected exception", classid=0, methodid=0, cause=system.io.ioexception: unable read data transport connection: existing connection forcibly closed remote host. ---> system.net.sockets.socketexception: existing connection forcibly closed remote host @ system.net.sockets.socket.receive(byte[] buffer, int32 offset, int32 size, socketflags socketflags) @ system.net.sockets.networkstream.read(byte[] buffer, int32 offset, int32 size) --- end of inner exception stack trace --- @ rabbitmq.client.impl.frame.readfrom(networkbinaryreader reader) @ rabbitmq.client.impl.socketframehandler_0_9.readframe() @ rabbitmq.client.impl.connectionbase.mainloopiteration() @ rabbitmq.client.impl.connectionbase.mainloop()
could firewall blocking required port?
ok, problem solved. not sure if helpful someone, but: there old masstransit (rabbitmq client) version, required set in uri not vhost, queue address.
Comments
Post a Comment