Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
org.apache.activemq.memory | |
org.apache.activemq.store.amq |
The default Store implementation for ActiveMQ
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.usage |
Modifier and Type | Class and Description |
---|---|
class |
DurableTopicSubscription |
class |
Queue
The Queue is a List of MessageEntry objects that are dispatched to matching
subscriptions.
|
class |
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching
subscriptions.
|
Modifier and Type | Class and Description |
---|---|
class |
FilePendingMessageCursor
persist pending messages pending message (messages awaiting dispatch to a
consumer) cursor
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEvictionUsageListener |
Modifier and Type | Class and Description |
---|---|
class |
AMQPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Modifier and Type | Class and Description |
---|---|
class |
JournalPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
Modifier and Type | Method and Description |
---|---|
void |
Usage.addUsageListener(UsageListener listener) |
void |
Usage.removeUsageListener(UsageListener listener) |
Copyright © 2005-2012. All Rights Reserved.