Skip to content
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

[Messenger] [AmazonSqs] Fix auto-setup for fifo queue #39839

Merged
merged 1 commit into from Jan 15, 2021

Conversation

starred-gijs
Copy link
Contributor

@starred-gijs starred-gijs commented Jan 14, 2021

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.

@starred-gijs starred-gijs requested a review from sroze as a code owner Jan 14, 2021
@carsonbot carsonbot changed the title [Messenger][AmazonSqs] Fix auto-setup for fifo queue [Messenger] [AmazonSqs] Fix auto-setup for fifo queue Jan 14, 2021
Copy link
Member

@jderusse jderusse left a comment

Good catch

@nicolas-grekas
Copy link
Member

@nicolas-grekas nicolas-grekas commented Jan 15, 2021

Thank you @starred-gijs.

@nicolas-grekas nicolas-grekas merged commit 402a800 into symfony:5.1 Jan 15, 2021
3 of 5 checks passed
@starred-gijs starred-gijs deleted the ticket_39837 branch Jan 15, 2021
This was referenced Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment