Closed streetlist closed 4 years ago
@streetlist: Thanks for your interest! Since rmq just builds on top of Redis, I think your best option is to just set up Redis to be persistent and durable, see https://redis.io/topics/persistence
Alternatively you could use a non durable Redis and have rmq consumers which just move all your logging deliveries to any other persistent storage. But at that point I'm not sure if you even need rmq then.
Since durability/persistence happens at the Redis level, I would say this topic is generally not going to be a goal for rmq itself.
Closing as there's nothing to be done here.
Can we have persistence and durability of the message queue to be used as logging?