| Package | Description |
|---|---|
| org.apache.activemq |
The core JMS client API implementation classes.
|
| org.apache.activemq.broker.region.policy | |
| org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedeliveryPolicy
Configuration options for a messageConsumer used to control how messages are re-delivered when they
are rolled back.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends DestinationMapEntry> |
RedeliveryPolicyMap.getEntryClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestinationMapEntry
A default entry in a DestinationMap which holds a single value.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationMapEntry |
DestinationMap.chooseValue(ActiveMQDestination destination)
Returns the value which matches the given destination or null if there is
no matching value.
|
DestinationMapEntry |
DefaultDestinationMapEntry.getValue() |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends DestinationMapEntry> |
DestinationMap.getEntryClass()
Returns the type of the allowed entries which can be set via the
DestinationMap.setEntries(List) method. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDestinationMapEntry.setValue(DestinationMapEntry value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DestinationMap.setEntries(List<DestinationMapEntry> entries)
A helper method to allow the destination map to be populated from a
dependency injection framework such as Spring
|
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.