java - Hazelcast durable message queue -


could explain me, can use hazelcast broker durable message queue? in words, hazelcast guarantee message durability putted queue in case when cluster nodes crashed?

thanks lot.

by default hazelcast works in memory. if need persist data, can refer official docs.

if need persistent messaging queue suggest using rabbitmq.


Comments

Popular posts from this blog

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -