Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Messenger] Setup queues once in AMQP#39608

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:5.xfromjderusse:messenger-setup-once
Jan 1, 2021

Conversation

@jderusse
Copy link
Member

@jderussejderusse commentedDec 22, 2020
edited
Loading

QA
Branch?5.x
Bug fix?no
New feature?yes
Deprecations?no
TicketsFix#39605,Fix#38092,Fix#32172
LicenseMIT
Doc PR-

To ease the setup, this PR also merge setup of exchange AND delayExchange.

/cc@Nyholm

@chalasr
Copy link
Member

Should also fix#38092 and maybe#32172.

@jderussejderusseforce-pushed themessenger-setup-once branch 2 times, most recently from0db080e tof4054c1CompareDecember 23, 2020 10:36
@nicolas-grekasnicolas-grekas added this to the5.x milestoneDec 23, 2020
Copy link
Member

@chalasrchalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Looks good to me, Thanks

@fabpot
Copy link
Member

Thank you@jderusse.

@fabpotfabpot merged commit61aa8fd intosymfony:5.xJan 1, 2021
@jderussejderusse deleted the messenger-setup-once branchJanuary 2, 2021 22:22
publicfunctionsetup():void
{
$this->setupExchangeAndQueues();
if ($this->autoSetupExchange) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The setup seems broken now. The setup method is public because it's called by SetupableTransportInterface. Now if you disable auto_setup and want to setup the transports manually, then it does not actually setup the exchanges and queues anymore. But that is the whole point of the setup method: being able to setup manually when autosetup is not used.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Fixed in#40966

fabpot added a commit that referenced this pull requestApr 29, 2021
…(Tobion)This PR was merged into the 5.3-dev branch.Discussion----------[Messenger] fix manual amqp setup when autosetup disabled| Q             | A| ------------- | ---| Branch?       | 5.x| Bug fix?      | yes| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       |Fix#39608 (comment)| License       | MIT| Doc PR        |Commits-------29e5bde [Messenger] fix manual amqp setup when autosetup disabled
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@fabpotfabpotfabpot approved these changes

@chalasrchalasrchalasr approved these changes

@srozesrozeAwaiting requested review from sroze

+2 more reviewers

@TobionTobionTobion left review comments

@TheHettTheHettTheHett left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

5.4

7 participants

@jderusse@chalasr@fabpot@Tobion@TheHett@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp