'How to access the files in kaha db
As the kaha db used to store the persistent data is there any method to access the un consumed files in the db. Please suggest with some of the UI through which the data in the kaha db can be accessed, Is there any method to use some queries to access the data from kaha db. please help me out to get with a solution.
Is there any query browser used to query kaha db
Solution 1:[1]
Kaha db is an in memory database used with Activemq to store the queuing data. It stores the files in the form of journal files with a Btree index made on every journal file it stores. On my finding no query browsers are available to query the kaha db but there are options to access the jornal files of the kahadb which stores the data.
Solution 2:[2]
unable to find any UI way to access it rather we can make use of the below amq-kahadb-tool to see what's inside and a summary of the kaha db logs
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | sabari |
Solution 2 | ragul rangarajan |