| Package | Description |
|---|---|
| org.apache.activemq.broker.jmx |
JMX MBeans for the broker and its core connectors.
|
| org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
| org.apache.activemq.broker.region.virtual |
Implementation classes for Virtual Destinations
|
| org.apache.activemq.store.memory |
VM based implementation of message persistence
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ManagedRegionBroker.addInactiveSubscription(SubscriptionKey key,
org.apache.activemq.command.SubscriptionInfo info,
Subscription subscription) |
protected void |
ManagedRegionBroker.registerSubscription(ObjectName key,
org.apache.activemq.command.ConsumerInfo info,
SubscriptionKey subscriptionKey,
SubscriptionView view) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<SubscriptionKey,DurableTopicSubscription> |
TopicRegion.durableSubscriptions |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionKey |
DurableTopicSubscription.getSubscriptionKey() |
| Modifier and Type | Method and Description |
|---|---|
Map<SubscriptionKey,DurableTopicSubscription> |
TopicRegion.getDurableSubscriptions() |
Map<SubscriptionKey,DurableTopicSubscription> |
Topic.getDurableTopicSubs() |
| Modifier and Type | Method and Description |
|---|---|
void |
Topic.deleteSubscription(ConnectionContext context,
SubscriptionKey key) |
void |
DestinationFilter.deleteSubscription(ConnectionContext context,
SubscriptionKey key) |
boolean |
TopicRegion.durableSubscriptionExists(SubscriptionKey key) |
DurableTopicSubscription |
TopicRegion.getDurableSubscription(SubscriptionKey key) |
| Modifier and Type | Method and Description |
|---|---|
void |
MappedQueueFilter.deleteSubscription(ConnectionContext context,
SubscriptionKey key) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> |
MemoryTopicMessageStore.makeSubMap() |
protected static Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> |
MemoryTopicMessageStore.makeSubscriptionInfoMap() |
| Constructor and Description |
|---|
MemoryTopicMessageStore(org.apache.activemq.command.ActiveMQDestination destination,
Map<org.apache.activemq.command.MessageId,org.apache.activemq.command.Message> messageTable,
Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> subscriberDatabase) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.