Hello,
I'm trying to consume RabbitMQ message from different application (no Enqueue there) using Symfony Bundle.
I've implemented processor which implements QueueSubscriberInterface and I'm using console command:
enqueue:transport:consume
Just one piece missing. I don't want to create manualy queue and binding with exchange, I want application do this for me. I cannot use --setup-broker obviously. Any ideas?