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:: ...@@ -104,12 +104,15 @@ Set permission of the new user on the virtual host::
$ rabbitmqctl set_permissions -p circle cloud '.*' '.*' '.*' $ rabbitmqctl set_permissions -p circle cloud '.*' '.*' '.*'
.. note:: .. note::
You can check the result with this command:: You can check the result with this command::
$ rabbitmqctl list_permissions -p django
Sample result:: $ rabbitmqctl list_permissions -p django
$ Listing permissions in vhost "circle" ...
$ cloud .* .* .* Sample result::
$ ...done.
$ Listing permissions in vhost "circle" ...
cloud .* .* .*
...done.
Setting up Circle itself 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