Skip to content

Setup, configure and monitor single node RabbitMQ server on Ambari

License

Notifications You must be signed in to change notification settings

moeinxyz/rabbitmq-on-ambari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ on Ambari

Install, configure and monitor single node rabbitmq server on ambari cluster

Open Issues Open Pull Requests License

Installation

Run following commands on run own desktop

git clone 
cd rabbitmq-on-ambari
tar -cvzf rabbitmq-on-ambari.tar.gz rabbitmq-on-ambari
scp rabbitmq-on-ambari.tar.gz root@your-ambari-master:/tmp/rabbitmq-on-ambari.tar.gz

Connect to your-ambari-master

ambari-server stop
ambari-server --install-mpack -mpack=/tmp/rabbitmq-on-ambari.tar.gz -v
ambari-server start

Connect to machine which you have selected to host rabbitmq-server It can be you ambari-server machine too!

wget -O- https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc | sudo apt-key add -
wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add -

You just need browser

  • connect to your ambari panel
  • add rabbitmq service from ... section
  • follow ui and enjoy rabbitmq on your cluster

After Installation

  • This package will remove guest user
  • This package will add new user with admin privileges based on your configurations on installation time. You can change admin password on configurations
  • This package will install management-plugin by default, you can change its port on configuration or installation process.

To Do

  • Support clustering
  • Support centos and fedora

About

Setup, configure and monitor single node RabbitMQ server on Ambari

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages