Package org.apache.camel.component.directvm

The Direct VM Component which synchronously invokes the consumer when a producer sends an exchange to the endpoint.

See:
          Description

Class Summary
DirectVmComponent Represents the component that manages DirectVmEndpoint.
DirectVmConsumer The direct-vm consumer
DirectVmEndpoint The direct-vm endpoint.
DirectVmProcessor  
DirectVmProducer The direct-vm producer
 

Package org.apache.camel.component.directvm Description

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.



Apache CAMEL