Skip to content

Adding the AMQP composer dependency requirement #355

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2025
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