[rabbitmq-discuss] How to grant only read access to a specific STOMP queue?

Michael Klishin mklishin at gopivotal.com
Fri Feb 21 04:03:37 GMT 2014


On 21 Feb 2014, at 07:09, Joshua Lim <joshua__lim at hotmail.com> wrote:

> Is there a way to grant a user read permission to only a specific queue?  I would greatly appreciate any pointers.

From rabbitmqctl help:

set_permissions [-p <vhostpath>] <user> <conf> <write> <read>

So, using your example

rabbitmqctl set_permissions guest ".*” ".*” "testqueue".

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list