RabbitMQ no access to this vhost

连接的失败报错:RabbitMQ Exception (403) Reason: "no access to this vhost"

因为没有配置该用户的访问权限,可以通过
rabbitmqctl add_vhost admin
来添加,并赋予权限:
rabbitmqctl set_permissions -p admin 用户名 "." "." ".*"

代码在连接的时候,必须制定对应的vhost,否则是没有访问权限:
conn, err := amqp.Dial("amqp://sky:password@ip:5672/admin”)

RabbitMQ no access to this vhost

上一篇:解决MySQL server through socket ‘/tmp/mysql.sock‘


下一篇:Oracle用户解锁