Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
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 |
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 | Field and Description |
---|---|
protected IndexListener |
AbstractMessageStore.indexListener |
Modifier and Type | Method and Description |
---|---|
IndexListener |
AbstractMessageStore.getIndexListener() |
Modifier and Type | Method and Description |
---|---|
void |
ProxyMessageStore.registerIndexListener(IndexListener indexListener) |
void |
MessageStore.registerIndexListener(IndexListener indexListener) |
void |
ProxyTopicMessageStore.registerIndexListener(IndexListener indexListener) |
void |
AbstractMessageStore.registerIndexListener(IndexListener indexListener) |
Copyright © 2005–2020 FuseSource, Corp.. All rights reserved.