-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Messenger][Amqp] Add config option 'arguments' for delay queues #48603
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][Amqp] Add config option 'arguments' for delay queues #48603
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
Hey! I think @deguif has recently worked with this code. Maybe they can help review this? Cheers! Carsonbot |
src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php
Outdated
Show resolved
Hide resolved
Hello. Is someting preventing this to be merged? Is it the minor code review comment? I could change it by creating another fork but in my opinion both versions are fine. |
fc7d7ed
to
5182c26
Compare
Hi, @maxbeckers, this PR has been opened for long time, could tell me if this is ok for you ? |
5182c26
to
94ee8a2
Compare
Thank you @thomasbeaujean. |
Hi, this PR to allow to add extra arguments to the amqp delay queues that are automatically created.
The use case:
The associated configuration in messenger.yaml