The recommendation is to use KahaDB, not replicated KahaDB. Replicated
KahaDB was abandoned before it was completed, because replicated LevelDB
was expected to be better. But then LevelDB got deprecated because no one
was interested in supporting it (both bug fixes and responding to questions
on th
I am in serious trouble recently.
Starting to implement using the ActiveMQ, the requirement is to guarantee no
message lost from our JMS producer.
The JMS producer is sending persistent message to the broker. We are still
using Replicated LevelDB setup with 3 ZooKeeper nodes.
The first question