About 41 results
Open links in new tab
  1. Message Storage and Persistence | apache/activemq | DeepWiki

    May 1, 2025 · This document describes the message storage and persistence mechanisms in Apache ActiveMQ. It covers the various persistence options available in ActiveMQ, their architecture, and …

  2. ActiveMQ Message Persistence Guide 2026 | meshIQ

    May 13, 2026 · KahaDB is Apache ActiveMQ®’s default and recommended message persistence adapter since version 5.3. Its architecture has two components: a rolling append-only journal that …

  3. Persistence - ActiveMQ

    It has been optimized to provide even faster persistence than KahaDB. Although not yet the default message store, we expect this store implementation become the default in future releases.

  4. PersistenceAdapter (ActiveMQ 5.17.0 API)

    Delete's all the messages in the persistent store. Returns a set of all the ActiveMQDestination objects that the persistence store is aware exist. Cleanup method to remove any state associated with the …

  5. ActiveMQ Message Persistence and Recovery - the-pi-guy.com

    Aug 28, 2024 · This concludes the demonstration of ActiveMQ message persistence and recovery. By using KahaDB or the JDBC store, you can ensure that messages are persisted and recovered even …

  6. KahaDBPersistenceAdapter (RedHat JBoss A-MQ distribution of ActiveMQ

    This method starts a transaction on the persistent storage - which is nothing to do with JMS or XA transactions - its purely a mechanism to perform multiple writes to a persistent store in 1 transaction …

  7. KahaDB Store | apache/activemq | DeepWiki

    May 1, 2025 · KahaDB is a file-based message store designed to provide high-performance, scalable persistence for ActiveMQ messages. It uses a combination of append-only journals for message data …

  8. Persistence and Transactions in ActiveMQ Message-oriented …

    Jan 18, 2024 · This approach overcomes the weakness of the JDBC Store, which needs to write and read libraries every time a message comes in. ActiveMQ Journal uses latency to store data to the …

  9. How does persistence work in ActiveMQ Artemis? - Stack Overflow

    Sep 15, 2020 · By default ActiveMQ Artemis uses a file-based journal. The journal consists of a pool of files that can grow and shrink based on configuration (see journal-min-files and journal-pool-files in …

  10. Introduction to ActiveMQ (5) ActiveMQ persistence strategy

    ActiveMQ introduction: ActiveMQ is a project under Apache that uses Java language development, supports JMS specifications and interfaces, and is a very popular open source messaging server.