Author: buildbot
Date: Fri Jun 22 08:18:04 2012
New Revision: 822715

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/direct-vm.data/
    websites/production/camel/content/direct-vm.data/camel-direct-vm.png   
(with props)
Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/direct-vm.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Added: websites/production/camel/content/direct-vm.data/camel-direct-vm.png
==============================================================================
Binary file - no diff available.

Propchange: websites/production/camel/content/direct-vm.data/camel-direct-vm.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: websites/production/camel/content/direct-vm.html
==============================================================================
--- websites/production/camel/content/direct-vm.html (original)
+++ websites/production/camel/content/direct-vm.html Fri Jun 22 08:18:04 2012
@@ -84,7 +84,12 @@ This endpoint can be used to connect exi
 <p>This component differs from the <a shape="rect" href="direct.html" 
title="Direct">Direct</a> component in that <a shape="rect" 
href="direct-vm.html" title="Direct-VM">Direct-VM</a> 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).</p>
 
 <p>At runtime you can swap in new consumers, by stopping the existing 
consumer(s) and start new consumers.<br clear="none">
-But at any given time there can be at most only one active consumer for a 
given endpoint</p>
+But at any given time there can be at most only one active consumer for a 
given endpoint.</p>
+
+<p>This component allows also to connect routes deployed in different OSGI 
Bundles as you can see here after. Even if they are running in different 
bundles, the camel routes will use<br clear="none">
+the same thread. That autorises to develop applications using Transactions - 
Tx.</p>
+
+<p><span class="image-wrap" style=""><img 
src="direct-vm.data/camel-direct-vm.png" width="400px" style="border: 1px solid 
black"></span></p>
 
 <h3><a shape="rect" name="Direct-VM-URIformat"></a>URI format</h3>
 


Reply via email to