Package org.apache.camel.component.vm

The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances.

See:
          Description

Class Summary
VmComponent An implementation of the VM components for asynchronous SEDA exchanges on a BlockingQueue within the classloader tree containing the camel-core.jar.
 

Package org.apache.camel.component.vm Description

The VM Component for asynchronous SEDA exchanges on a BlockingQueue within the current JVM; so across CamelContext instances. Note that this communication can only take place between ClassLoaders which share the same camel-core.jar. So to communicate across web applications you need to put camel-core.jar on the system/boot classpath.



Apache CAMEL