-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Made all messenger transport look the same #14404
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nyholm
commented
Oct 13, 2020
# .env | ||
MESSENGER_TRANSPORT_DSN=amqp://localhost/%2f/messages?auto_setup=false | ||
|
||
.. configuration-block:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently only Doctrine and Beanstalkd had this section. It applies to all transports to I moved it up.
wouterj
reviewed
Oct 13, 2020
Thank you for the review |
fabpot
added a commit
to symfony/symfony
that referenced
this pull request
Oct 14, 2020
This PR was submitted for the 5.x branch but it was merged into the 5.1 branch instead. Discussion ---------- [Messenger] Fixed typos in Amqp Connection | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | n/a Sorry for a small PR. When working with symfony/symfony-docs#14404, I found a typo, then another one.. When I found 4 of them I decided to make a PR. Commits ------- 5dec141 [Messenger] Fixed typos in Connection
f64a29c
to
41ba42a
Compare
wouterj
approved these changes
Oct 16, 2020
Merged! We love consistent docs, so this is a very nice change. Thanks Tobias! |
41ba42a
to
a93da4e
Compare
Thank you for the review and merge. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is fixing the Transport Configuration in the Messenger component. https://symfony.com/doc/5.2/messenger.html#transport-configuration
I added the following order: