Package | Description |
---|---|
org.apache.activemq.advisory | |
org.apache.activemq.broker |
The core classes for the ActiveMQ Message Broker and its connectors.
|
org.apache.activemq.broker.region.virtual |
Implementation classes for Virtual Destinations
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrentMap<ConsumerInfo,VirtualDestination> |
AdvisoryBroker.virtualDestinationConsumers
This is a map to track all consumers that exist on the virtual destination so that we can fire
an advisory later when they go away to remove the demand.
|
protected Set<VirtualDestination> |
AdvisoryBroker.virtualDestinations
This is a set to track all of the virtual destinations that have been added to the broker so
they can be easily referenced later.
|
Modifier and Type | Method and Description |
---|---|
boolean |
VirtualDestinationMatcher.matches(VirtualDestination virtualDestination,
ActiveMQDestination activeMQDest) |
boolean |
DestinationFilterVirtualDestinationMatcher.matches(VirtualDestination virtualDestination,
ActiveMQDestination activeMQDest) |
void |
AdvisoryBroker.virtualDestinationAdded(ConnectionContext context,
VirtualDestination virtualDestination) |
void |
AdvisoryBroker.virtualDestinationRemoved(ConnectionContext context,
VirtualDestination virtualDestination) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDestination |
class |
CompositeQueue
Represents a virtual queue which forwards to a number of other destinations.
|
class |
CompositeTopic
Represents a virtual topic which forwards to a number of other destinations.
|
class |
VirtualTopic
Creates Virtual
Topics using a prefix and postfix.
|
Modifier and Type | Method and Description |
---|---|
VirtualDestination[] |
VirtualDestinationInterceptor.getVirtualDestinations() |
Modifier and Type | Method and Description |
---|---|
void |
VirtualDestinationInterceptor.setVirtualDestinations(VirtualDestination[] virtualDestinations) |
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.