Package org.apache.activemq.broker.region.virtual
package org.apache.activemq.broker.region.virtual
Implementation classes for Virtual Destinations
-
ClassDescriptionRepresents a composite
Destinationwhere send()s are replicated to each Destination instance.Represents a virtual queue which forwards to a number of other destinations.Represents a virtual topic which forwards to a number of other destinations.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.Creates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.Creates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to.Represents some kind of virtual destination.Implements Virtual Topics.Creates Virtual Topics using a prefix and postfix.A Destination which implements Virtual Topic