|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Queue | |
---|---|
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 store |
org.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 | |
---|---|
QueueView(ManagedRegionBroker broker,
Queue destination)
|
Uses of Queue in org.apache.activemq.broker.region |
---|
Subclasses of Queue in org.apache.activemq.broker.region | |
---|---|
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 | |
---|---|
protected void |
TempQueueRegion.configureQueue(Queue queue,
ActiveMQDestination destination)
|
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 | |
---|---|
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 | |
---|---|
void |
PolicyEntry.configure(Broker broker,
Queue queue)
|
PendingMessageCursor |
FilePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker,
Queue queue)
|
PendingMessageCursor |
StorePendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker,
Queue queue)
|
PendingMessageCursor |
VMPendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker,
Queue queue)
|
PendingMessageCursor |
PendingQueueMessageStoragePolicy.getQueuePendingMessageCursor(Broker broker,
Queue queue)
Retrieve the configured pending message storage cursor; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |