Package org.mule.util.queue

A resource manager that allow access to transactional queues with optional persistence.

See:
          Description

Interface Summary
Queue Queue TODO
QueueInfo.QueueInfoDelegateFactory A factory for creating object store-specific queue info delegates
QueueInfoDelegate A QueueInfo delegates the actual work of processing its queue to one of these.
QueueManager A Queue manager is responsible for managing one or more Queue resources and providing common support for transactions and persistence.
QueueSession  
TakingQueueInfoDelegate A QueueInfoDelegate that can take objects directly from its store
TransactionalQueueInfoDelegate A marker interface for a QueueInfoDelegate that, along with its store, is transactional
TransientQueueInfoDelegate A marker interface for a QueueInfoDelegate that needs to be rebuilt at startup
 

Class Summary
DefaultQueueInfoDelegate The default QueueInfoDelegate.
QueueConfiguration  
QueueInfo Stores information about a Queue
QueueKey  
QueueTransactionContext  
TransactionalQueueManager The Transactional Queue Manager is responsible for creating and Managing transactional Queues.
 

Package org.mule.util.queue Description

A resource manager that allow access to transactional queues with optional persistence.



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.