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
Designers have their own font library, which allo...
Let's take an example: The code is very simple...
Preface I recently encountered this requirement a...
Phenomenon: Change the div into a circle, ellipse...
# The following examples are for x64-bit runtime ...
First, let's talk about the in() query. It is...
In the previous blog, Xiao Xiong updated the meth...
Table of contents 1. Overview 1.1 Usage of queryS...
SQL statement /* Some methods of eliminating dupl...
Table of contents 1: Single machine password-free...
1. Introduction This article describes how to use...
Style Sheets CSS (Cascading Style Sheets) is used...
Table of contents JSON appears Json structure Jso...
This article describes how to use Docker's mu...
1. Check the currently installed PHP packages yum...