rabbitmqctl.bat delete_user developer 因为后⾯还要使⽤⽤户developer,删除完可以再新增回来。1.4 修改密码 可能有⼈会觉得123456这种密码,太简单了,不安全,我要修改成developer123456。仍然有2种⽅式,第1种⽅式是通过管理后台修改密码:第2种⽅式是通过命令修改密码:rabbitmqctl change_password ...
package com.zb.rabbitMQtest.t5topics.send;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.boot.test.context.SpringBootTest;import org.springframework.test.context.junit4.SpringRunner;/** * @author 张博 */...
1.rabbitMQ版本要与erlang版本对应起来2.rabbitMQ-rpm和erlang-rpm可以去官网下载,tcp_wrappers、socat可以去https://pkgs.org下载 2.2 安装+启动 1. rpm -ivh erlang-18.3-1.el7.centos.x86_64.rpm 2. rpm -ivh rabbitmq-server-3.6.5-1.noarch.rpm 3. rpm -ivh socat-1.7.3.2-1.1.el7.x86_64.rpm...