You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message consumer breaks on using "queues" parameter. It looks like the Symfony\Component\Messenger::$receivers holds an array of transports, not receivers.
How to reproduce
Call the ConsumeMessagesCommand using the new paramter "--queues".