Package | Description |
---|---|
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
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.jdbc.adapter |
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.store.kahadb |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocker |
Modifier and Type | Method and Description |
---|---|
Locker |
Lockable.createDefaultLocker()
Create a default locker
|
Locker |
LockableServiceSupport.getLocker() |
Modifier and Type | Method and Description |
---|---|
void |
LockableServiceSupport.setLocker(Locker locker) |
void |
Lockable.setLocker(Locker locker)
Set locker to be used
|
Modifier and Type | Class and Description |
---|---|
class |
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDBCLocker |
class |
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
class |
LeaseDatabaseLocker
Represents an exclusive lease on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Method and Description |
---|---|
Locker |
JDBCPersistenceAdapter.createDefaultLocker() |
Locker |
JDBCPersistenceAdapter.getDatabaseLocker()
Deprecated.
as of 5.7.0, replaced by
LockableServiceSupport.getLocker() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPersistenceAdapter.setDatabaseLocker(Locker locker)
Deprecated.
as of 5.7.0, replaced by
LockableServiceSupport.setLocker(org.apache.activemq.broker.Locker) |
Modifier and Type | Class and Description |
---|---|
class |
TransactDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Method and Description |
---|---|
Locker |
JournalPersistenceAdapterFactory.createDefaultLocker() |
Modifier and Type | Method and Description |
---|---|
Locker |
AbstractKahaDBStore.createDefaultLocker() |
Locker |
MultiKahaDBPersistenceAdapter.createDefaultLocker() |
Locker |
KahaDBPersistenceAdapter.createDefaultLocker() |
Copyright © 2005–2018 The Apache Software Foundation. All rights reserved.