Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilivessevili/8671e9414698ea6a9254caeff662499a to your computer and use it in GitHub Desktop.
Save ilivessevili/8671e9414698ea6a9254caeff662499a to your computer and use it in GitHub Desktop.
==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