Uses of Class
org.mule.util.queue.QueueConfiguration

Packages that use QueueConfiguration
org.mule.config Providers Mule Xml configuration support and general configuration classes. 
org.mule.processor   
org.mule.util.queue A resource manager that allow access to transactional queues with optional persistence. 
 

Uses of QueueConfiguration in org.mule.config
 

Methods in org.mule.config that return QueueConfiguration
 QueueConfiguration QueueProfile.configureQueue(MuleContext context, String component, QueueManager queueManager)
           
 

Uses of QueueConfiguration in org.mule.processor
 

Fields in org.mule.processor declared as QueueConfiguration
protected  QueueConfiguration SedaStageInterceptingMessageProcessor.queueConfiguration
           
 

Uses of QueueConfiguration in org.mule.util.queue
 

Methods in org.mule.util.queue with parameters of type QueueConfiguration
protected  QueueInfo TransactionalQueueManager.getQueue(String name, QueueConfiguration config)
           
 void QueueInfo.setConfig(QueueConfiguration config)
           
 void QueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
           
 void TransactionalQueueManager.setDefaultQueueConfiguration(QueueConfiguration config)
           
 void QueueManager.setQueueConfiguration(String queueName, QueueConfiguration config)
           
 void TransactionalQueueManager.setQueueConfiguration(String queueName, QueueConfiguration config)
           
 

Constructors in org.mule.util.queue with parameters of type QueueConfiguration
QueueInfo(String name, MuleContext muleContext, QueueConfiguration config)
           
 



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