Commit 402a800
committed
bug #39839 [Messenger] [AmazonSqs] Fix auto-setup for fifo queue (starred-gijs)
This PR was submitted for the 5.x branch but it was merged into the 5.1 branch instead.
Discussion
----------
[Messenger] [AmazonSqs] Fix auto-setup for fifo queue
| Q | A
| ------------- | ---
| Branch? | 5.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Fix #39837
| License | MIT
When you want the AmazonSqs transport to create the queue on the fly and you have a fifo queue, the parameters are wrong, and a regular queue is created. This PR fixes the parameters.
Commits
-------
308f8fe [Messenger][AmazonSqs] Fix auto-setup for fifo queueFile tree
1 file changed
+3
-1
lines changed- src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
262 | 264 | | |
263 | 265 | | |
264 | 266 | | |
| |||
0 commit comments