Uses of Class
org.apache.camel.component.seda.QueueReference

Packages that use QueueReference
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
org.apache.camel.component.vm The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. 
 

Uses of QueueReference in org.apache.camel.component.seda
 

Methods in org.apache.camel.component.seda that return QueueReference
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size)
          Deprecated. use
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers)
          Deprecated. use SedaComponent.getOrCreateQueue(SedaEndpoint, Integer, Boolean, BlockingQueueFactory)
 QueueReference SedaComponent.getOrCreateQueue(SedaEndpoint endpoint, Integer size, Boolean multipleConsumers, BlockingQueueFactory<Exchange> customQueueFactory)
           
 QueueReference SedaEndpoint.getQueueReference()
           
 QueueReference SedaComponent.getQueueReference(String key)
           
 QueueReference SedaComponent.registerQueue(SedaEndpoint endpoint, BlockingQueue<Exchange> queue)
           
 

Methods in org.apache.camel.component.seda that return types with arguments of type QueueReference
 Map<String,QueueReference> SedaComponent.getQueues()
           
 

Uses of QueueReference in org.apache.camel.component.vm
 

Fields in org.apache.camel.component.vm with type parameters of type QueueReference
protected static Map<String,QueueReference> VmComponent.QUEUES
           
 

Methods in org.apache.camel.component.vm that return QueueReference
 QueueReference VmComponent.getQueueReference(String key)
           
 

Methods in org.apache.camel.component.vm that return types with arguments of type QueueReference
 Map<String,QueueReference> VmComponent.getQueues()
           
 



Apache Camel