adjust / rmq

Message queue system written in Go and backed by Redis
MIT License
1.57k stars 206 forks source link

scaling questions #59

Closed ghostsquad closed 5 years ago

ghostsquad commented 5 years ago

Does this work when I have multiple different machines reading from the same queue? It looks like it might not based on examination of the code

wellle commented 5 years ago

Yes, it's safe to consume the same topic from multiple machines at the same time. Why do you think it wouldn't work?

ghostsquad commented 5 years ago

Oh, actually, I'm looking at the code again, and you are right. Sorry! I think I misread some code while I was looking at this on my phone.