Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.filter |
Filter implementations for wildcards & JMS selectors
|
Modifier and Type | Field and Description |
---|---|
protected DestinationFilter |
AbstractSubscription.destinationFilter |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDestinationFilter
A
DestinationFilter used for composite destinations |
class |
PrefixDestinationFilter
Matches messages which match a prefix like "A.B.>"
|
class |
SimpleDestinationFilter
Matches messages sent to an exact destination
|
class |
WildcardDestinationFilter
Matches messages which contain wildcards like "A.B.*.*"
|
Modifier and Type | Method and Description |
---|---|
static DestinationFilter |
DestinationFilter.parseFilter(ActiveMQDestination destination) |
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.