8000 bug #32109 [Messenger] fix delay exchange recreation after disconnect… · symfony/symfony@0a1a885 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a1a885

Browse files
committed
bug #32109 [Messenger] fix delay exchange recreation after disconnect (Tobion)
This PR was merged into the 4.3 branch. Discussion ---------- [Messenger] fix delay exchange recreation after disconnect | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | Commits ------- c1c3b54 [Messenger] fix delay exchange recreation after disconnect
2 parents 2fa5298 + c1c3b54 commit 0a1a885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Transport/AmqpExt/Connection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ private function clear(): void
430430
$this->amqpChannel = null;
431431
$this->amqpQueues = [];
432432
$this->amqpExchange = null;
433+
$this->amqpDelayExchange = null;
433434
}
434435

435436
private function shouldSetup(): bool

0 commit comments

Comments
 (0)
0