Uses of Interface
org.apache.activemq.command.Message.MessageDestination
-
Packages that use Message.MessageDestination Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.virtual Implementation classes for Virtual Destinationsorg.apache.activemq.command Command objects used via the Command Pattern to communicate among nodesorg.apache.activemq.security Plugable Security Adapter framework along with default implementations such as the JAAS implementation. -
-
Uses of Message.MessageDestination in org.apache.activemq.broker.region
Subinterfaces of Message.MessageDestination in org.apache.activemq.broker.region Modifier and Type Interface Description interfaceDestinationClasses in org.apache.activemq.broker.region that implement Message.MessageDestination Modifier and Type Class Description classBaseDestinationclassDestinationFilterclassQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempQueueThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.classTempTopicThe Topic is a destination that sends a copy of a message to every active Subscription registered.classTopicThe Topic is a destination that sends a copy of a message to every active Subscription registered.Methods in org.apache.activemq.broker.region that return Message.MessageDestination Modifier and Type Method Description Message.MessageDestinationIndirectMessageReference. getRegionDestination()Message.MessageDestinationMessageReference. getRegionDestination() -
Uses of Message.MessageDestination in org.apache.activemq.broker.region.virtual
Classes in org.apache.activemq.broker.region.virtual that implement Message.MessageDestination Modifier and Type Class Description classCompositeDestinationFilterRepresents a compositeDestinationwhere send()s are replicated to each Destination instance.classMappedQueueFilterCreates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.classSelectorAwareVirtualTopicInterceptorclassVirtualTopicInterceptorA Destination which implements Virtual Topic -
Uses of Message.MessageDestination in org.apache.activemq.command
Methods in org.apache.activemq.command that return Message.MessageDestination Modifier and Type Method Description Message.MessageDestinationMessage. getRegionDestination()Methods in org.apache.activemq.command with parameters of type Message.MessageDestination Modifier and Type Method Description voidMessage. setRegionDestination(Message.MessageDestination destination) -
Uses of Message.MessageDestination in org.apache.activemq.security
Classes in org.apache.activemq.security that implement Message.MessageDestination Modifier and Type Class Description classAuthorizationDestinationFilterAuthorizes addSubscription calls.
-