Registry / messaging / activemq-kahadb-store

activemq-kahadb-store

JSON →
library6.2.6javamavenunverified

The ActiveMQ KahaDB Store provides a file-based persistence store for ActiveMQ messages.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-kahadb-store</artifactId> <version>6.2.6</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-KAHADB-ST
A
activemq-kahadb-store
messagingjavav6.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KahaDBStore
org.apache.activemq.store.kahadb.KahaDBStore

Minimal usage of KahaDBStore for message persistence.

import org.apache.activemq.store.kahadb.KahaDBStore; public class MyApp { public static void main(String[] args) throws Exception { KahaDBStore store = new KahaDBStore(); store.setDirectory(new File("data")); store.start(); } }
Debug
Known issues
gotchaKahaDB store may have performance issues with very large message sizes.
fix
Consider using a different store like LevelDB for large messages.
affects: *
Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
activemq-kahadb-store — mvn dependency:get activemq-kahadb-store · libregistry