大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。
Jetbrains全家桶1年46,售后保障稳定
linux系统:centos7
1.启动前,查看mq状态
systemctl status rabbitmq-server
2.启动
systemctl start rabbitmq-server
3.停止
systemctl stop rabbitmq-server
4.重启
restart
5.打开浏览器管理页面:默认端口号15672
systemctl status firewalld
//关闭防火墙
systemctl disable firewalld
systemctl stop firewalld
6.登陆
用户名和密码都是guest
7.插件管理相关命令
rabbitmq-plugins enable|list|disable
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/234174.html原文链接:https://javaforall.net