Registry / messaging / activemq-jdbc-store

activemq-jdbc-store

JSON →
library6.2.6javamavenunverified

ActiveMQ JDBC Store provides a JDBC-based persistence store for Apache ActiveMQ message broker, enabling message storage in relational databases.

<dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-jdbc-store</artifactId> <version>6.2.6</version> </dependency>
INSTALL
IMPORT
SIG · ACTIVEMQ-JDBC-STOR
A
activemq-jdbc-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.

JDBCPersistenceAdapter
org.apache.activemq.store.jdbc.JDBCPersistenceAdapter

Configures a JDBC persistence adapter for ActiveMQ.

import org.apache.activemq.store.jdbc.JDBCPersistenceAdapter; import javax.sql.DataSource; public class Quickstart { public static void main(String[] args) throws Exception { DataSource ds = null; // obtain your DataSource JDBCPersistenceAdapter adapter = new JDBCPersistenceAdapter(); adapter.setDataSource(ds); System.out.println("JDBC store configured."); } }
Debug
Known issues
breakingActiveMQ 6.x has breaking changes from 5.x, including package restructuring and removal of deprecated features.
fix
Migrate from ActiveMQ 5.x to 6.x by updating imports and configuration; consult the ActiveMQ 6 migration guide.
affects: >=6.0.0
Upgrade
Version history
6.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
50 hits · last 30 days
node
42
OpenAI (training)
1
Resources
activemq-jdbc-store — mvn dependency:get activemq-jdbc-store · libregistry