You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2012/07/05 12:20:45 UTC

svn commit: r824521 - in /websites/production/camel/content: book-cookbook.html book-in-one-page.html cache/main.pageCache testing.html

Author: buildbot
Date: Thu Jul  5 10:20:45 2012
New Revision: 824521

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-cookbook.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/testing.html

Modified: websites/production/camel/content/book-cookbook.html
==============================================================================
--- websites/production/camel/content/book-cookbook.html (original)
+++ websites/production/camel/content/book-cookbook.html Thu Jul  5 10:20:45 2012
@@ -1896,7 +1896,7 @@ mock.allMessages().arrives().noLaterThan
 <p>If you wish to test out a route but want to avoid actually using a real physical transport (for example to unit test a transformation route rather than performing a full integration test) then the following endpoints can be useful.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr></tbody></ta
 ble>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr><tr><td cols
 pan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="stub.html" title="Stub">Stub</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Works like <a shape="rect" href="seda.html" title="SEDA">SEDA</a> but does not validate the endpoint uri, which makes stubbing much easier. </td></tr></tbody></table>
 </div>
 
 

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Thu Jul  5 10:20:45 2012
@@ -3063,7 +3063,7 @@ mock.allMessages().arrives().noLaterThan
 <p>If you wish to test out a route but want to avoid actually using a real physical transport (for example to unit test a transformation route rather than performing a full integration test) then the following endpoints can be useful.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr></tbody></ta
 ble>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr><tr><td cols
 pan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="stub.html" title="Stub">Stub</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Works like <a shape="rect" href="seda.html" title="SEDA">SEDA</a> but does not validate the endpoint uri, which makes stubbing much easier. </td></tr></tbody></table>
 </div>
 
 

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

Modified: websites/production/camel/content/testing.html
==============================================================================
--- websites/production/camel/content/testing.html (original)
+++ websites/production/camel/content/testing.html Thu Jul  5 10:20:45 2012
@@ -423,7 +423,7 @@
 <p>If you wish to test out a route but want to avoid actually using a real physical transport (for example to unit test a transformation route rather than performing a full integration test) then the following endpoints can be useful.</p>
 
 <div class="table-wrap">
-<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr></tbody></ta
 ble>
+<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Name </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="direct.html" title="Direct">Direct</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed which can be useful to mock out physical transports </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="seda.html" title="SEDA">SEDA</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Delivers messages asynchonously to consumers via a <a shape="rect" class="external-link" href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html" rel="nofollow">java.util.concurrent.BlockingQueue</a> which is good for testing asynchronous transports </td></tr><tr><td cols
 pan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="stub.html" title="Stub">Stub</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Works like <a shape="rect" href="seda.html" title="SEDA">SEDA</a> but does not validate the endpoint uri, which makes stubbing much easier. </td></tr></tbody></table>
 </div>