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
INSERT INTO hk_test(username, passwd) VALUES (...
Batch replace part of the data of a field in MYSQ...
Step 1: Use Notepad to open the "my.ini"...
(P4) Web standards are composed of a series of sta...
Introduction to vi/vim They are both multi-mode e...
Table of contents 1. System monitoring 2. File Op...
The scope of nginx configuration instructions can...
Preparation 1. Start the virtual machine 2. git t...
Background: Some experiments need to be completed...
This article introduces the sample code of CSS3 t...
Nginx (engine x) is a high-performance HTTP and r...
How is Line-height inherited?Write a specific val...
Overview Let's summarize some SQL statements ...
Duplicate form submission is the most common and ...
Preface Note: The test database version is MySQL ...