Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Installation tutorial for CentOS_7 rabbitmq

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains "CentOS_7 rabbitmq installation tutorial". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn the installation tutorial of CentOS_7 rabbitmq.

Download rpm package download rpm:wget http://www.rabbitmq.com/releases/erlang/erlang-19.0.4-1.el7.centos.x86_64.rpmwget http://www.rabbitmq.com/releases/rabbitmq-server/v3.6.6/rabbitmq-server-3.6.6-1.el7.noarch.rpm of erlang and rabbitmq-server

Second, install the rpm package rpm-ivh erlang-19.0.4-1.el7.centos.x86_64.rpm# this package rabbitmq requires yum install socatrpm-ivh rabbitmq-server-3.6.6-1.el7.noarch.rpm

The basic command service rabbitmq-server stop # shuts down service rabbitmq-server start # starts service rabbitmq-server status # status 4. The basic plug-in uses the # web management plug-in rabbitmq-plugins enable rabbitmq_management# delay plug-in download address: http://www.rabbitmq.com/community-plugins.html# starts rabbitmq-plugins enable rabbitmq_delayed_message_exchange to add a new user rabbitmqctl add_user username password settings user tagrabbitmqctl set_user_tags username administrator gives the user full operation rights of the default vhost rabbitmqctl set_permissions-p / username ". *" View The user's permissions rabbitmqctl list_user_permissions username to this I believe you have a deeper understanding of the installation tutorial of CentOS_7 rabbitmq, so you might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report