Package org.apache.activemq.broker.region
Region abstraction and implementations in the Broker.
-
Interface Summary Interface Description Destination DestinationInterceptor Represents an interceptor on destination instances.LockOwner MessageReference Keeps track of a message that is flowing through the Broker.MessageReferenceFilter Represents a filter on message referencesQueueMessageReference Queue specific MessageReference.Region A Region is used to implement the different QOS options available to a broker.Subscription SubscriptionRecovery An interface for recoverying transient messages held by the broker for retractive recovery for subscribers -
Class Summary Class Description AbstractRegion AbstractSubscription AbstractTempRegion BaseDestination CompositeDestinationInterceptor Represents a Composite Pattern of aDestinationInterceptor
ConnectionStatistics The J2EE Statistics for the Connection.ConnectorStatistics The J2EE Statistics for the a Destination.DestinationFactory Used to create Destinations.DestinationFactoryImpl Creates standard ActiveMQ implementations ofDestination
.DestinationFilter DestinationStatistics The J2EE Statistics for the a Destination.DurableTopicSubscription IndirectMessageReference Keeps track of a message that is flowing through the Broker.NullMessageReference Used by theQueueMessageReference.NULL_MESSAGE
PendingMarshalUsageTracker PrefetchSubscription A subscription that honors the pre-fetch option of the ConsumerInfo.Queue The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.QueueBrowserSubscription QueueDispatchSelector Queue dispatch policy that determines if a message can be sent to a subscriptionQueueRegion QueueSubscription RegionBroker Routes Broker operations to the correct messaging regions for processing.RegionStatistics The J2EE Statistics for the Connection.SubscriptionStatistics The J2EE Statistics for a Subsription.TempQueue The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.TempQueueRegion TempTopic The Topic is a destination that sends a copy of a message to every active Subscription registered.TempTopicRegion Topic The Topic is a destination that sends a copy of a message to every active Subscription registered.TopicRegion TopicSubscription