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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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