| ... | ... |
@@ -115,6 +115,16 @@ following in the `localrc` section: |
| 115 | 115 |
|
| 116 | 116 |
`mysql` is the default database. |
| 117 | 117 |
|
| 118 |
+# RPC Backend |
|
| 119 |
+ |
|
| 120 |
+Support for a RabbitMQ RPC backend is included. Additional RPC backends may |
|
| 121 |
+be available via external plugins. Enabling or disabling RabbitMQ is handled |
|
| 122 |
+via the usual service functions and ``ENABLED_SERVICES``. |
|
| 123 |
+ |
|
| 124 |
+Example disabling RabbitMQ in ``local.conf``: |
|
| 125 |
+ |
|
| 126 |
+ disable_service rabbit |
|
| 127 |
+ |
|
| 118 | 128 |
# Apache Frontend |
| 119 | 129 |
|
| 120 | 130 |
Apache web server can be enabled for wsgi services that support being deployed |