Centos8 use yum to install rabbitmq tutorial

Enter /etc/yum.repos.d/ folder

Create rabbitmq-erlang.repo file

The content is as follows

[ rabbitmq-erlang] 
name=rabbitmq-erlang
baseurl=https://dl.bintray.com/rabbitmq-erlang/rpm/erlang/21/el/7
gpgcheck=1
gpgkey=https://dl.bintray.com/rabbitmq/Keys/rabbitmq-release-signing-key.asc
repo_gpgcheck=0
enabled=1

Create rabbitmq.repo file

The content is as follows

[ bintray-rabbitmq-server]
name=bintray-rabbitmq-rpm
baseurl=https://dl.bintray.com/rabbitmq/rpm/rabbitmq-server/v3.8.x/el/8/
gpgcheck=0
repo_gpgcheck=0
enabled=1

Install command

yum install rabbitmq-server

rabbitmq related commands

Turn on

service rabbitmq-server start

shut down

service rabbitmq-server stop

Check status

service rabbitmq-server status

Reboot

service rabbitmq-server restart

Enable plugin page management

rabbitmq-plugins enable rabbitmq_management

Create user

rabbitmqctl add_user admin mypassword

Grant permissions

rabbitmqctl set_user_tags admin administrator
rabbitmqctl set_permissions -p / admin ".*"".*"".*"

The browser visits http://machine IP:15672 to open the management interface, and log in with the admin account configured in the previous step

to sum up

The above is the tutorial of centos8 using yum to install rabbitmq introduced by the editor. I hope it will be helpful to you. If you have any questions, please leave me a message, and the editor will reply to you in time. Thank you very much for your support to the ZaLou.Cn website!
If you think this article is helpful to you, welcome to reprint, please indicate the source, thank you!

Recommended Posts

Centos8 use yum to install rabbitmq tutorial
CentOS 7 yum install PHP7.3 tutorial
Use VMware15 to install Linux (CentOS6.5)
centOs install rabbitMQ
Centos8 uses yum to install mongodb 4.2 method
CentOS7 system yum way to install MySQL5.7
Centos install MYSQL8.X tutorial
Centos install elasticsearch tutorial
Install RabbitMQ on CentOS 7
CentOS 7.2 Yum install MySQL 5.6
Centos7 install kubernetes tutorial
Centos7 install Mysql8 tutorial
install RabbitMQ on centos
CentOS 5 to CentOS 5.8 YUM source
Install RabbitMQ on CentOS7
CentOS Discovery Road 2---Use rpm to install JDK
How to install and use Docker on CentOS 7
Centos7 uses yum to install Apache, mariadb, PHP
Linux (CentOS7) using RPM to install mysql 8.0.11 tutorial
How to install and use Composer on CentOS 8
How to install and use Curl on CentOS 8
centos install mysql through yum
CentOS7 install rabbitmq cluster (binary)
Linux Centos7 install redis tutorial
How to install and use Cockpit on CentOS 8/RHEL 8
vmware install CentOS 7 detailed tutorial
5.1. CentOS@ install JDK1.8 graphic tutorial
Install Mesos tutorial under CentOS7
How to install jdk1.8 on centOS7
How to install MySQL on CentOS 8
CentOS7 yum install and start mysql
How to install Memcached on CentOS 8
How to install R on CentOS 8
How to install FFmpeg on CentOS 8
How to install Virtualbox on CentOS 8
[Introduction to redis] Install redis under Centos
Minimal install JDK 1.8 tutorial in CentOS 7
How to install TeamViewer on CentOS 8
How to install Perl 5 on CentOS
How to install Git on CentOS 8
How to install PHP7.4 in CentOS
How to install Elasticsearch on CentOS 8
How to install Jenkins on CentOS 8
How to install Java on CentOS 8
How to install Go on CentOS 8
CentOS8 install jdk8 / java8 tutorial (recommended)
How to install GCC on CentOS 8
How to install Yarn on CentOS 8
Install java in yum mode in Centos
How to install Nginx on CentOS 8
How to install Asterisk on CentOS 7
CentOS7.3 install iptables and detailed use
How to install Vagrant on CentOS 8
How to install Python 3.8 on CentOS 8
How to install Tomcat 9 on CentOS 8
How to install Webmin on CentOS 8
CentOS7 yum install and start mysql
How to install Ruby on CentOS 8
How to install Skype on CentOS 8
How to install htop on CentOS 8
How to install Python on CentOS 8