Commit 7085ad8
committed
bug symfony#59508 [Messenger] [AMQP] Improve AMQP connection issues (AurelienPillevesse)
This PR was merged into the 7.1 branch.
Discussion
----------
[Messenger] [AMQP] Improve AMQP connection issues
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| License | MIT
Appy this fix symfony#53892 for :
- `ack` (https://github.com/php-amqp/php-amqp/blob/latest/stubs/AMQPQueue.php#L50)
- `nack` (https://github.com/php-amqp/php-amqp/blob/latest/stubs/AMQPQueue.php#L238)
Because `\AMQPConnectionException` can also happen here
Commits
-------
5356023 improve amqp connection issuesFile tree
1 file changed
+17
-4
lines changed- src/Symfony/Component/Messenger/Bridge/Amqp/Transport
1 file changed
+17
-4
lines changedLines changed: 17 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| |||
124 | 130 | | |
125 | 131 | | |
126 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
127 | 140 | | |
128 | 141 | | |
129 | 142 | | |
| |||
0 commit comments