Created
August 20, 2013 10:37
-
-
Save ksze/6279871 to your computer and use it in GitHub Desktop.
rabbitmq interface and ports??
This file contains 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
$ sudo netstat -anp | grep beam | |
tcp 0 0 0.0.0.0:33793 0.0.0.0:* LISTEN 2157/beam | |
tcp 0 0 127.0.0.1:33813 127.0.0.1:4369 ESTABLISHED 2157/beam | |
tcp6 0 0 :::5672 :::* LISTEN 2157/beam |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment