8000 Add a documentation about Messenger's transports by llaakkkk · Pull Request #11331 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Add a documentation about Messenger's transports #11331

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

Closed
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixup! Add a documentation about Messenger's transports
  • Loading branch information
Olena Kirichok committed Apr 28, 2019
commit 38f76c64b94ec9fc1cc1d536d0a9acb8cc1c0f63
2 changes: 1 addition & 1 deletion components/messenger/transports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commonly implemented with RabbitMQ. The Messenger component has built-in
support for AMQP.

How Does it Works?
~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~

A DSN that starts with ``amqp://`` is recognized and used to create
an instance of the built-in AMQP transport::
Expand Down
0