| Package | Description |
|---|---|
| org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
| org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
| Modifier and Type | Method and Description |
|---|---|
SlowConsumerStrategy |
DestinationFilter.getSlowConsumerStrategy() |
SlowConsumerStrategy |
Destination.getSlowConsumerStrategy() |
SlowConsumerStrategy |
BaseDestination.getSlowConsumerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseDestination.setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbortSlowConsumerStrategy
Abort slow consumers when they reach the configured threshold of slowness, default is slow for 30 seconds
|
| Modifier and Type | Method and Description |
|---|---|
SlowConsumerStrategy |
PolicyEntry.getSlowConsumerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyEntry.setSlowConsumerStrategy(SlowConsumerStrategy slowConsumerStrategy) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.