Skip to content

Commit 21af4e8

Browse files
committed
feature #43891 [Messenger] Add completion to command messenger:consume (GromNaN)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Add completion to command messenger:consume | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | #43594 | License | MIT | Doc PR | - Command `messenger:consume` takes a list of `receivers` that should be unique. The values for option `--bus` where easy to inject into the command. I skipped the option `--queue` whose values are defined deep in the transport options. Commits ------- f99f586b32 [Messenger] Add completion to command messenger:consume
2 parents e89716f + 46219e5 commit 21af4e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/console.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151
service('logger')->nullOnInvalid(),
152152
[], // Receiver names
153153
service('messenger.listener.reset_services')->nullOnInvalid(),
154+
[], // Bus names
154155
])
155156
->tag('console.command')
156157
->tag('monolog.logger', ['channel' => 'messenger'])

0 commit comments

Comments
 (0)