DEV Community

Discussion on: NSQ Tutorial: Build a simple message queue using NSQ

 
janbaer profile image
Jan Baer

You can configure NSQ with a starting parameter to persists every message to disk and not keep them only in memory. So it's guaranteed that no message is going lost when the system crashes or will be rebooted before the message will be delivered to the consumers.