Uses of Class
org.apache.activemq.broker.region.Queue
Packages that use Queue
Package
Description
JMX MBeans for the broker and its core connectors.
Region abstraction and implementations in the Broker.
Cursors used to page persistent messages into the broker from the store
The policies which can be associated with a particular destination or wildcard.
-
Uses of Queue in org.apache.activemq.broker.jmx
Constructors in org.apache.activemq.broker.jmx with parameters of type Queue -
Uses of Queue in org.apache.activemq.broker.region
Subclasses of Queue in org.apache.activemq.broker.regionModifier and TypeClassDescriptionclassThe Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.Methods in org.apache.activemq.broker.region with parameters of type QueueModifier and TypeMethodDescriptionprotected voidDestinationFactoryImpl.configureQueue(Queue queue, org.apache.activemq.command.ActiveMQDestination destination) -
Uses of Queue in org.apache.activemq.broker.region.cursors
Constructors in org.apache.activemq.broker.region.cursors with parameters of type Queue -
Uses of Queue in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type QueueModifier and TypeMethodDescriptionvoidFilePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) PendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) Retrieve the configured pending message storage cursor;StorePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) VMPendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker, Queue queue) voidvoidUpdate a queue with this policy.