| 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.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceAdapterFactory |
BrokerService.getPersistenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrokerService.setPersistenceFactory(PersistenceAdapterFactory persistenceFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
LevelDBStoreFactory
A factory which can create configured LevelDBStore objects.
|
| 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 |
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
|
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.