[info] accepting AMQP connection <0.924.0> (172.17.0.1:56980 -> 172.17.0.3:5672)
[erro] <0.924.0> closing AMQP connection <0.924.0> (172.17.0.1:56980 -> 172.17.0.3:5672)
I've tried to use:
telnet localhost 5672
Since, in the RabbitMQ webpage, they say that we can check if we receive the string "1234" as a response. However, I get the following result (using cygwin):
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.