On 26 February 2010 12:45, Charles Moulliard <[email protected]> wrote: > On the wiki page of camel concerning vm, they suggests that vml:// can > be used across different JVM > > Here is the text : > > "This component differs from the SEDA component in that VM supports > communication across CamelContext instances, so you can use this > mechanism to communicate across web applications, provided that the > camel-core.jar is on the system/boot classpath.
The intent is between web applications in the same JVM. It can only communicate between CamelContexts within Camel's classloader within a single JVM -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
