Package org.apache.qpid.server.queue

Interface Summary
ManagedQueue The management interface exposed to allow management of a queue.
QueueRegistry  
Subscription  
SubscriptionFactory Allows the customisation of the creation of a subscription.
SubscriptionManager Abstraction of actor that will determine the subscriber to whom a message will be sent.
WeightedSubscriptionManager  
 

Class Summary
AMQMessage Combines the information that make up a deliverable message into a more manageable form.
AMQQueue This is an AMQ Queue, and should not be confused with a JMS queue or any other abstraction like that.
AsyncDeliveryConfig  
ConcurrentDeliveryManager Manages delivery of messages on behalf of a queue
DefaultQueueRegistry  
SubscriptionImpl Encapsulation of a supscription to a queue.
SubscriptionImpl.Factory  
 

Exception Summary
FailedDequeueException Signals that the dequeue of a message from a queue failed
MessageCleanupException Signals that the removal of a message once its refcount reached zero failed.
NoConsumersException Signals that no consumers exist for a message at a given point in time.