Created
December 25, 2014 18:09
-
-
Save ric03uec/597133f126de69be1e03 to your computer and use it in GitHub Desktop.
telnet into rabbitmq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ telnet localhost 5672 | |
Trying 127.0.0.1 | |
Connected to localhost | |
Escape character is '^]'. | |
AMQP Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very cool.