Closed
Description
Symfony version(s) affected: 5.3.0
Description
Missing implementation in symfony/amqp-messenger.
Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransport should implement Symfony\Component\Messenger\Transport\Receiver\QueueReceiverInterface since its receiver actually implements it...
Right now the new "--queues" option is not usage with "messenger:consume" when using AMQP...