[rabbitmq-discuss] access control

Emile Joubert emile at rabbitmq.com
Tue Nov 19 10:55:15 GMT 2013


Hi,

On 18/11/13 17:16, PATAR, SAGAR wrote:

> channel error; reason: {#method<channel.close>(reply-code=404,
> *reply-text=NOT_FOUND* - no queue '8c39360e-0d72-436a-9de2-c06f6a5cec58'
> in vhost '/', class-id=50, method-id=10), null, ""}

A passive declare of a queue failed because the queue was absent.

> channel error; reason: {#method<channel.close>(reply-code=403,
> *reply-text=ACCESS_REFUSED* - access to queue
> 'bb771ff2-67ea-452e-a98f-163467469af9' in vhost '/' refused for user
> 'dlcore', class-id=60, method-id=20), null, ""}

This means you tried to consume from a queue without read permission.

> channel error; reason: {#method<channel.close>(reply-code=403,
> reply-text=ACCESS_REFUSED - access to queue
> '65eda6e4-1ec0-482e-93e5-fd0d247412b4' in vhost '/' refused for user
> 'dlcore', class-id=60, method-id=20), null, ""}
As before, you lack read access on the queue and therefore cannot consume.

See the access control matrix to make sure you grant sufficient permissions:

http://www.rabbitmq.com/access-control.html




-Emile





More information about the rabbitmq-discuss mailing list