Uses of Class
org.apache.camel.component.queue.QueueComponent

Packages that use QueueComponent
org.apache.camel.component.queue The Queue 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 QueueComponent in org.apache.camel.component.queue
 

Constructors in org.apache.camel.component.queue with parameters of type QueueComponent
QueueEndpoint(String uri, QueueComponent<E> component)
           
 

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

Subclasses of QueueComponent in org.apache.camel.component.vm
 class VmComponent<E extends Exchange>
          An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing the camel-core.jar.
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.