-
Notifications
You must be signed in to change notification settings - Fork 49
When using vhost getting 403 #55
Comments
Seems like a configuration issue. Did you create a vhost and user? Is the consumer configured correctly? |
Yes, i create vhost and user, works perfectly in symfony posting messages. |
My solution was to add an extra / to the start of the vhost in the conf file: [rabbitmq] |
I had the similar issue; however, it turned out that for the name of the vhost, I need to add an addition |
Any vhost that I put in the configuration file other than "/", sample "/test", throws forbidden error:
2017/07/12 16:13:56 Connecting RabbitMQ... 2017/07/12 16:13:56 Failed creating consumer: Failed connecting RabbitMQ: Exception (403) Reason: "no access to this vhost"
The text was updated successfully, but these errors were encountered: