Uses of Class
org.apache.activemq.broker.region.Queue
-
Packages that use Queue Package Description org.apache.activemq.broker.jmx JMX MBeans for the broker and its core connectors.org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.broker.region.cursors Cursors used to page persistent messages into the broker from the storeorg.apache.activemq.broker.region.policy 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 Constructor Description QueueView(ManagedRegionBroker broker, Queue destination)
-
Uses of Queue in org.apache.activemq.broker.region
Subclasses of Queue in org.apache.activemq.broker.region Modifier and Type Class Description class
TempQueue
The Queue is a List of MessageEntry objects that are dispatched to matching subscriptions.Methods in org.apache.activemq.broker.region with parameters of type Queue Modifier and Type Method Description protected void
DestinationFactoryImpl. configureQueue(Queue queue, 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 Constructor Description StoreQueueCursor(Broker broker, Queue queue)
Construct -
Uses of Queue in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type Queue Modifier and Type Method Description void
PolicyEntry. configure(Broker broker, Queue queue)
PendingMessageCursor
FilePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
PendingMessageCursor
PendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
Retrieve the configured pending message storage cursor;PendingMessageCursor
StorePendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
PendingMessageCursor
VMPendingQueueMessageStoragePolicy. getQueuePendingMessageCursor(Broker broker, Queue queue)
void
PolicyEntry. update(Queue queue)
void
PolicyEntry. update(Queue queue, Set<String> includedProperties)
Update a queue with this policy.
-