Closed
Description
Symfony version(s) affected: 5.2
Description
The transport Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection
trying to create and declare queues and exchanges for each publish/get message. I suspect it's not necessary, it is enough to do it only once.
Possible Solution
I think it's need to add a flag that the setup already done and do not call it again.
Sorry for my english.