| 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
|
| 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.
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.