Package org.apache.camel.component.directvm

The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint. This also known as strait through processing.

This component supports messaging 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.