I want to configure apache active MQ with persistence using kaha DB,and I do not want loose any message in case of active mQ crashing or db-1 file getting corrupted, is there any specific property I should add in my config file.
I tested a scenario where I corrupted my db-1 file by introducing few characters after shutting down the MQ,on restart I could not see the queue on GUI to manage the MQ, is there a way I could avoid loss of messages.I am studying the official documentation to find out a config parameter that could be useful for me.