- This article shows implementation of real application needs.
- Download appropriate release from http://www.rabbitmq.com/download.html
- After downloading Debian/Ubuntu distribution, install it
- After installation, you can start/stop/restart service by "sudo service rabbitmq-server restart"
- To manage server, you should activate the plugin by "sudo rabbitmq-plugins enable rabbitmq_management"
- Access the management ui on http://localhost:15672 with username and password "guest/guest"