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
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?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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?
The text was updated successfully, but these errors were encountered: