Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Celery
(edit)
Revision as of 14:39, 14 February 2016
323 bytes added
,
14:39, 14 February 2016
→With RabbitMQ
Line 9:
Line 9:
sudo rabbitmqctl set_user_tags myuser mytag
sudo rabbitmqctl set_user_tags myuser mytag
sudo rabbitmqctl set_permissions -p myvhost myuser ".*" ".*" ".*"
sudo rabbitmqctl set_permissions -p myvhost myuser ".*" ".*" ".*"
+
+
Starting/Stopping the RabbitMQ server
+
To start the server:
+
$ sudo rabbitmq-server
+
you can also run it in the background by adding the -detached option (note: only one dash):
+
$ sudo rabbitmq-server -detached
+
Never use kill to stop the RabbitMQ server, but rather use the rabbitmqctl command:
+
$ sudo rabbitmqctl stop
Rafahsolis
Bureaucrats
,
Administrators
2,306
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
Special pages
Printable version