Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@

AMQP
----
The AMQP transport requires the AMQP PHP extension and a running AMQP service like :xref:`RabbitMQ`. See the screenshot below for an example of the configuration.
The AMQP transport requires the AMQP PHP extension and a running AMQP service like :xref:`RabbitMQ` and a Composer dependency installed via ``composer require symfony/amqp-messenger``. See the screenshot below for an example of the configuration.

Check warning on line 555 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience.", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 555, "column": 5}}}, "severity": "INFO"}

Check warning on line 555 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience.", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 555, "column": 33}}}, "severity": "INFO"}

Check warning on line 555 in docs/configuration/settings.rst

View workflow job for this annotation

GitHub Actions / prose

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'AMQP', if it's unfamiliar to the audience.", "location": {"path": "docs/configuration/settings.rst", "range": {"start": {"line": 555, "column": 66}}}, "severity": "INFO"}

.. image:: images/queue-amqp.png
:width: 600
Expand Down
Loading