VMPage edited by Christian Mueller
Comment:
Removed the deprecated Camel 1.x documentations
Changes (1)
Full ContentVM ComponentThe vm: component provides asynchronous SEDA behavior, exchanging messages on a BlockingQueue and invoking consumers in a separate thread pool. 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 camel-core.jar is on the system/boot classpath). VM is an extension to the SEDA component. URI formatvm:queueName[?options] Where queueName can be any string to uniquely identify the endpoint within the JVM (or at least within the classloader that loaded camel-core.jar)
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|