swarrot / SwarrotBundle

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

Fix issue when messagePublisher and queue share the same channel and… #65

Closed glutamatt closed 9 years ago

glutamatt commented 9 years ago

… work at the same time

because https://www.rabbitmq.com/api-guide.html#channel-threads

MattKetmo commented 9 years ago

:+1:

odolbeau commented 9 years ago

Not sure it's the root cause of your issue as we only have 1 thread but anyway, this modification seems perfectly legit. :)