Created
May 20, 2016 09:18
-
-
Save ilivessevili/8671e9414698ea6a9254caeff662499a to your computer and use it in GitHub Desktop.
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
==rabbitmq-plugins enable rabbitmq_management== | |
root@openstack:~# rabbitmq-plugins enable rabbitmq_management | |
The following plugins have been enabled: | |
mochiweb | |
webmachine | |
rabbitmq_web_dispatch | |
amqp_client | |
rabbitmq_management_agent | |
rabbitmq_management | |
Plugin configuration has changed. Restart RabbitMQ for changes to take effect. | |
==Restart rabbitmq server== | |
service rabbitmq-server restart | |
==check the the rabbitmq server listenning on port 15762== | |
root@openstack:~# lsof -i:15672 | |
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME | |
beam.smp 9807 rabbitmq 20u IPv4 865663190 0t0 TCP *:15672 (LISTEN) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment