Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.leveldb | |
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.leveldb |
Modifier and Type | Class and Description |
---|---|
class |
LockableServiceSupport
Helper class for working with services that requires locking
|
Modifier and Type | Class and Description |
---|---|
class |
org.apache.activemq.leveldb.LevelDBStore |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC
|
Modifier and Type | Class and Description |
---|---|
class |
DataSourceServiceSupport
A helper class which provides a factory method to create a default
{@link DataSource) if one is not provided.
|
class |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Modifier and Type | Class and Description |
---|---|
class |
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
|
Modifier and Type | Class and Description |
---|---|
class |
KahaDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
KahaDB - Embedded Lightweight Non-Relational Database |
Modifier and Type | Class and Description |
---|---|
class |
LevelDBPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with
LevelDB - Embedded Lightweight Non-Relational Database |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.