adjust / rmq

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

How do rmq ensure that messages are consumed at least once? #102

Closed xxxtai closed 1 year ago

xxxtai commented 3 years ago

After a message pops up from Redis, if the system goes down at this time, will the message be lost?

wellle commented 3 years ago

See https://github.com/adjust/rmq#cleaner :v: