Enter the /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 Installation Commands RabbitMQ related commands Open closure View Status Restart Enable plugin page management Create User Grant permissions rabbitmqctl set_user_tags admin administrator rabbitmqctl set_permissions -p / admin ".*" ".*" ".*" Open the management interface by visiting http://machine IP:15672 in the browser and log in using the admin account configured in the previous step. Summarize The above is the tutorial on how to install rabbitmq on centos8 using yum. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Detailed explanation of MySQL custom functions and stored procedures
>>: How does Vue download non-same-origin files based on URL
Summary of common operators and operators in java...
I. Strict Mode Explanation According to the restr...
Delete a file by its inode number First use ls -i...
In the previous chapters, we introduced how to ch...
Official documentation: https://dev.mysql.com/doc...
This article summarizes some simple principles of...
The project interacts with the server, accesses t...
Table of contents 1. MySQL master-slave replicati...
When the data changes, the DOM view is not update...
Table of contents 1. What is a closure? 2. The ro...
Preparation 1. Environmental Description: Operati...
There are probably as many modular solutions for ...
1. E-Commerce Icons 2. Icon Sweets 2 3. Mobile Ph...
What is a generator? A generator is some code tha...
<br />For an article on a content page, if t...