Skip navigation links

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

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.
Skip navigation links

Apache Camel