Linux下修改RabbitMQ密码
1,首先查看用户列表
rabbitmqctl list_users
2,修改对应用户密码
其中username 为用户名, newpasswd为新密码
rabbitmqctl change_password username 'newpasswd'
rabbitmqctl list_users
其中username 为用户名, newpasswd为新密码
rabbitmqctl change_password username 'newpasswd'