Symfony / Messenger consume specific queue

36 Views Asked by At

I'm trying to send messages from a specific queue from messenger with Symfony, but I get the error that says that I have not implemented "QueueReceiverInterface", except that on the Symfony doc there is no example... do you know how we do it?

https://symfony.com/doc/5.x/messenger.html#limit-consuming-to-specific-queues

Thanks

0

There are 0 best solutions below