Reputation: 1
Could you explain me, can I use Hazelcast as broker for durable message queue? In another words, does Hazelcast guarantee message durability which was putted to queue in case when all cluster nodes is crashed?
Thanks a lot.
Upvotes: 0
Views: 2675
Reputation: 163
By default Hazelcast works in memory. If you need to persist the data, you can refer to the Official Docs.
If you need persistent messaging queue I would suggest using rabbitmq.
Upvotes: 1