Commit 70d6e5f8 by Guba Sándor

fixing note at RabbitMQ

parent 8382230f
......@@ -104,12 +104,15 @@ Set permission of the new user on the virtual host::
$ rabbitmqctl set_permissions -p circle cloud '.*' '.*' '.*'
.. note::
You can check the result with this command::
$ rabbitmqctl list_permissions -p django
Sample result::
$ Listing permissions in vhost "circle" ...
$ cloud .* .* .*
$ ...done.
You can check the result with this command::
$ rabbitmqctl list_permissions -p django
Sample result::
$ Listing permissions in vhost "circle" ...
cloud .* .* .*
...done.
Setting up Circle itself
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment