Skip to content

Commit

Permalink
Removed the paragraph about using librabbitmq. Refer to #5872 (#5873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza2n authored and auvipy committed Dec 13, 2019
1 parent 877b5f1 commit 984a45b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docs/userguide/optimizing.rst
Expand Up @@ -48,22 +48,6 @@ like adding new worker nodes, or revoking unnecessary tasks.
General Settings
================

.. _optimizing-librabbitmq:

librabbitmq
-----------

If you're using RabbitMQ (AMQP) as the broker then you can install the
:pypi:`librabbitmq` module to use an optimized client written in C:

.. code-block:: console
$ pip install librabbitmq
The 'amqp' transport will automatically use the librabbitmq module if it's
installed, or you can also specify the transport you want directly by using
the ``pyamqp://`` or ``librabbitmq://`` prefixes.

.. _optimizing-connection-pools:

Broker Connection Pools
Expand Down

0 comments on commit 984a45b

Please sign in to comment.