Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Messenger] Add completion to command messenger:consume#43891
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
fabpot commentedNov 3, 2021
@GromNaN Can you have a look at the tests, they seem broken by this PR. |
9d2f912 toc3327b7Comparesrc/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
799c274 to5adc94dCompare5adc94d tof99f586CompareGromNaN commentedNov 3, 2021
Tests are green@fabpot. |
fabpot commentedNov 3, 2021
Thank you@GromNaN. |
Uh oh!
There was an error while loading.Please reload this page.
Command
messenger:consumetakes a list ofreceiversthat should be unique. The values for option--buswhere easy to inject into the command.I skipped the option
--queuewhose values are defined deep in the transport options.