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 interface
Destination
Classes in org.apache.activemq.broker.region that implement Message.MessageDestination Modifier and Type Class Description class
BaseDestination
class
DestinationFilter
class
Queue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.class
TempTopic
The Topic is a destination that sends a copy of a message to every active Subscription registered.class
Topic
The 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.MessageDestination
IndirectMessageReference. getRegionDestination()
Message.MessageDestination
MessageReference. 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 class
CompositeDestinationFilter
Represents a compositeDestination
where send()s are replicated to each Destination instance.class
MappedQueueFilter
Creates a mapped Queue that can recover messages from subscription recovery policy of its Virtual Topic.class
SelectorAwareVirtualTopicInterceptor
class
VirtualTopicInterceptor
A 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.MessageDestination
Message. getRegionDestination()
Methods in org.apache.activemq.command with parameters of type Message.MessageDestination Modifier and Type Method Description void
Message. 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 class
AuthorizationDestinationFilter
Authorizes addSubscription calls.
-