Package org.apache.activemq.broker.region.virtual
Implementation classes for Virtual Destinations
-
Interface Summary Interface Description VirtualDestination Represents some kind of virtual destination. -
Class Summary Class Description CompositeDestination CompositeDestinationFilter Represents a compositeDestination
where send()s are replicated to each Destination instance.CompositeQueue Represents a virtual queue which forwards to a number of other destinations.CompositeTopic Represents a virtual topic which forwards to a number of other destinations.FilteredDestination Represents a destination which is filtered using some predicate such as a selector so that messages are only dispatched to the destination if they match the filter.MappedQueueFilter Creates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.MirroredQueue Creates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to.SelectorAwareVirtualTopicInterceptor VirtualDestinationInterceptor Implements Virtual Topics.VirtualTopic Creates Virtual Topics using a prefix and postfix.VirtualTopicInterceptor A Destination which implements Virtual Topic