Registry / messaging / artemis-journal

artemis-journal

JSON →
library2.54.0javamavenunverified

ActiveMQ Artemis Journal provides a high-performance journal storage for message persistence.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>artemis-journal</artifactId> <version>2.54.0</version> </dependency>
INSTALL
IMPORT
SIG · ARTEMIS-JOURNAL
A
artemis-journal
messagingjavav2.54.0
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.

Journal
org.apache.activemq.artemis.core.journal.Journal

Creates an Artemis journal instance for message storage.

import org.apache.activemq.artemis.core.journal.Journal; import org.apache.activemq.artemis.core.journal.impl.JournalImpl; public class Example { public static void main(String[] args) throws Exception { Journal journal = new JournalImpl(); System.out.println("Artemis journal created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.54.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
31 hits · last 30 days
node
30
OpenAI (training)
1
Resources
artemis-journal — mvn dependency:get artemis-journal · libregistry