swarrot / SwarrotBundle

A symfony bundle for swarrot integration
MIT License
89 stars 59 forks source link

make queue declare before consume queue #193

Open zserg84 opened 4 years ago

zserg84 commented 4 years ago

Hi. I have only consumer in my application. And when I run it, the error "NOT_FOUND - no queue 'test' in vhost '/'" is occured. Could you make "queue_declare" before consume queue?

odolbeau commented 4 years ago

Hi! As explained (briefly) in the README, swarrot doesn't deal with your broker configuration.

Don't hesitate to take a look and tell me if you think something is missing in the README, I'll be glad to complete it. :)