|
@@ -88,9 +88,9 @@ A queue named `"video"` will be created with the following settings:
|
|
'exchange_type': 'direct',
|
|
'exchange_type': 'direct',
|
|
'routing_key': 'video'}
|
|
'routing_key': 'video'}
|
|
|
|
|
|
-The non-AMQP backends like `ghettoq` does not support exchanges, so they
|
|
|
|
-require the exchange to have the same name as the queue. Using this design
|
|
|
|
-ensures it will work for them as well.
|
|
|
|
|
|
+The non-AMQP backends like `Redis` or `Django-models` do not support exchanges,
|
|
|
|
+so they require the exchange to have the same name as the queue. Using this
|
|
|
|
+design ensures it will work for them as well.
|
|
|
|
|
|
.. _routing-manual:
|
|
.. _routing-manual:
|
|
|
|
|