Author: buildbot
Date: Mon Jul 20 16:19:50 2015
New Revision: 959035

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/vertx.html

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

Modified: websites/production/camel/content/vertx.html
==============================================================================
--- websites/production/camel/content/vertx.html (original)
+++ websites/production/camel/content/vertx.html Mon Jul 20 16:19:50 2015
@@ -96,7 +96,12 @@
 </div></div><p>&#160;</p><h3 id="Vertx-URIformat">URI format</h3><div 
class="code panel pdl" style="border-width: 1px;"><div class="codeContent 
panelContent pdl">
 <script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[vertx:channelName[?options]
 ]]></script>
-</div></div><h3 id="Vertx-Options">Options</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>pubSub</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12.3:</strong> Whether to 
use publish/subscribe instead of point to point when sending to a vertx 
endpoint.</p></td></tr></tbody></table></div><pre>You can append query options 
to the URI in the following format, 
?option=value&amp;option=value&amp;...</pre><p>&#160;</p><p></p><h3 
id="Vertx-SeeAlso">See Also</h3>
+</div></div><h3 id="Vertx-Options">Options</h3><div class="table-wrap"><table 
class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Name</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Default Value</p></th><th colspan="1" rowspan="1" 
class="confluenceTh"><p>Description</p></th></tr><tr><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>pubSub</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><code>false</code></p></td><td colspan="1" 
rowspan="1" class="confluenceTd"><p><strong>Camel 2.12.3:</strong> Whether to 
use publish/subscribe instead of point to point when sending to a vertx 
endpoint.</p></td></tr></tbody></table></div><pre>You can append query options 
to the URI in the following format, 
?option=value&amp;option=value&amp;...</pre><h3 
id="Vertx-ConnectingtotheexistingVert.xinstance">Connecting to the existing 
Vert.x instance</h3><p>If you would like to connect to the Vert.x instance 
already existing in your 
 JVM, you can set the instance on the component level:</p><div class="code 
panel pdl" style="border-width: 1px;"><div class="codeContent panelContent pdl">
+<script class="brush: java; gutter: false; theme: Default" 
type="syntaxhighlighter"><![CDATA[Vertx vertx = ...;
+VertxComponent vertxComponent = new VertxComponent();
+vertxComponent.setVertx(vertx);
+camelContext.addComponent(&quot;vertx&quot;, vertxComponent);]]></script>
+</div></div><p></p><h3 id="Vertx-SeeAlso">See Also</h3>
 <ul><li><a shape="rect" href="configuring-camel.html">Configuring 
Camel</a></li><li><a shape="rect" 
href="component.html">Component</a></li><li><a shape="rect" 
href="endpoint.html">Endpoint</a></li><li><a shape="rect" 
href="getting-started.html">Getting Started</a></li></ul></div>
         </td>
         <td valign="top">


Reply via email to