From 3a45e4408dfb15a4031d7a94d00a332ddc039acf Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:32:56 -0400 Subject: [PATCH] docs: Split up sentence --- docs/reference/services.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/services.rst b/docs/reference/services.rst index 2169d98..0452cf1 100644 --- a/docs/reference/services.rst +++ b/docs/reference/services.rst @@ -9,11 +9,11 @@ RabbitMQ .. seealso:: - :ref:`worker-design` - - Having trouble? See :doc:`../tasks/troubleshoot` + - Having trouble? See :doc:`../tasks/troubleshoot`. This project uses a direct exchange in the same way as the `default exchange `__, in which every queue is bound using a routing key that is the same as the queue's name. -In each worker, the queue name and binding key is set by ``consume_routing_key``, and the routing key of published messages is set by ``routing_key``. Queue names and routing keys are prefixed by the exchange name, set by the ``RABBIT_EXCHANGE_NAME`` environment variable. +In each worker, the queue name and binding key is set by ``consume_routing_key``. The routing key of published messages is set by ``routing_key``. Queue names and routing keys are prefixed by the exchange name, set by the ``RABBIT_EXCHANGE_NAME`` environment variable. .. list-table:: :header-rows: 1