Przeglądaj źródła

Merge pull request #2145 from graingert/patch-6

ghettomq is discontinued
Ask Solem Hoel 10 lat temu
rodzic
commit
ee351722b2
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      docs/userguide/routing.rst

+ 3 - 3
docs/userguide/routing.rst

@@ -88,9 +88,9 @@ A queue named `"video"` will be created with the following settings:
      'exchange_type': 'direct',
      '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: