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 2013/08/14 23:19:41 UTC

svn commit: r874638 - in /websites/production/camel/content: book-architecture.html book-in-one-page.html cache/main.pageCache camel-2120-release.html component-list.html components.html transport.html uris.html vertx.html

Author: buildbot
Date: Wed Aug 14 21:19:41 2013
New Revision: 874638

Log:
Production update by buildbot for camel

Added:
    websites/production/camel/content/vertx.html
Modified:
    websites/production/camel/content/book-architecture.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/camel-2120-release.html
    websites/production/camel/content/component-list.html
    websites/production/camel/content/components.html
    websites/production/camel/content/transport.html
    websites/production/camel/content/uris.html

Modified: websites/production/camel/content/book-architecture.html
==============================================================================
--- websites/production/camel/content/book-architecture.html (original)
+++ websites/production/camel/content/book-architecture.html Wed Aug 14 21:19:41 2013
@@ -792,7 +792,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

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 Wed Aug 14 21:19:41 2013
@@ -1206,7 +1206,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

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

Modified: websites/production/camel/content/camel-2120-release.html
==============================================================================
--- websites/production/camel/content/camel-2120-release.html (original)
+++ websites/production/camel/content/camel-2120-release.html Wed Aug 14 21:19:41 2013
@@ -106,7 +106,7 @@
 
 <h3><a shape="rect" name="Camel2.12.0Release-NewComponents"></a>New <a shape="rect" href="components.html" title="Components">Components</a></h3>
 
-<ul><li><a shape="rect" href="dataformat-component.html" title="DataFormat Component"><tt>camel-core</tt></a> - A Camel <a shape="rect" href="dataformat-component.html" title="DataFormat Component">DataFormat Component</a> for working with <a shape="rect" href="data-format.html" title="Data Format">Data Format</a>s as if it was a regular <a shape="rect" href="component.html" title="Component">Component</a> supporting <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s and <a shape="rect" href="uris.html" title="URIs">URIs</a>.</li><li><a shape="rect" href="disruptor.html" title="Disruptor"><tt>camel-disruptor</tt></a> - <a shape="rect" href="seda.html" title="SEDA">SEDA</a> behavior using the ultra-fast <a shape="rect" class="external-link" href="https://github.com/LMAX-Exchange/disruptor" rel="nofollow">LMAX Disruptor</a> library.</li><li><a shape="rect" href="geocoder.html" title="Geocoder"><tt>camel-geocoder</tt></a> - For looking up geocodes (latitude, longitude)
  for a given address, or reverse lookup with <a shape="rect" class="external-link" href="https://code.google.com/p/geocoder-java/" rel="nofollow">Java API for Google Geocoder</a></li><li><a shape="rect" href="leveldb.html" title="LevelDB"><tt>camel-leveldb</tt></a> - Added docs for this component.</li><li><a shape="rect" href="mustache.html" title="Mustache"><tt>camel-mustache</tt></a> - For templating using <a shape="rect" class="external-link" href="http://mustache.github.io/" rel="nofollow">Mustache</a></li><li><a shape="rect" href="mvel-component.html" title="MVEL Component"><tt>camel-mvel</tt></a> - For templating using <a shape="rect" class="external-link" href="http://mvel.codehaus.org/" rel="nofollow">MVEL</a></li><li><a shape="rect" href="netty-http.html" title="Netty HTTP"><tt>camel-netty-http</tt></a> - HTTP component using <a shape="rect" href="netty.html" title="Netty">Netty</a> as transport</li><li><a shape="rect" href="quartz2.html" title="Quartz2"><tt>camel-quartz2</
 tt></a> - For scheduling using the Quartz 2.x scheduler</li><li><a shape="rect" href="sap-netweaver.html" title="SAP NetWeaver"><tt>camel-sap-netweaver</tt></a> - For integration with <a shape="rect" class="external-link" href="http://scn.sap.com/community/developer-center/netweaver-gateway" rel="nofollow">SAP NetWeaver Gateway</a></li><li><a shape="rect" href="stomp.html" title="Stomp"><tt>camel-stomp</tt></a> - For communicating with <a shape="rect" class="external-link" href="http://stomp.github.io/" rel="nofollow">Stomp</a> compliant message brokers, like <a shape="rect" class="external-link" href="http://activemq.apache.org">Apache ActiveMQ</a> or <a shape="rect" class="external-link" href="http://activemq.apache.org/apollo/">ActiveMQ Apollo</a></li><li><a shape="rect" href="weather.html" title="Weather"><tt>camel-weather</tt></a> - For polling weather information from <a shape="rect" class="external-link" href="http://openweathermap.org" rel="nofollow">Open Weather Map</a></li
 ><li><a shape="rect" href="yammer.html" title="Yammer"><tt>camel-yammer</tt></a> - Allows you to interact with the <a shape="rect" class="external-link" href="http://yammer.com" rel="nofollow">Yammer</a> enterprise social network</li><li><a shape="rect" href="rabbitmq.html" title="RabbitMQ"><tt>camel-rabbitmq</tt></a> - Allows you to interact with the <a shape="rect" class="external-link" href="http://www.rabbitmq.com/" rel="nofollow">RabbitMQ</a>.</li></ul>
+<ul><li><a shape="rect" href="dataformat-component.html" title="DataFormat Component"><tt>camel-core</tt></a> - A Camel <a shape="rect" href="dataformat-component.html" title="DataFormat Component">DataFormat Component</a> for working with <a shape="rect" href="data-format.html" title="Data Format">Data Format</a>s as if it was a regular <a shape="rect" href="component.html" title="Component">Component</a> supporting <a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a>s and <a shape="rect" href="uris.html" title="URIs">URIs</a>.</li><li><a shape="rect" href="disruptor.html" title="Disruptor"><tt>camel-disruptor</tt></a> - <a shape="rect" href="seda.html" title="SEDA">SEDA</a> behavior using the ultra-fast <a shape="rect" class="external-link" href="https://github.com/LMAX-Exchange/disruptor" rel="nofollow">LMAX Disruptor</a> library.</li><li><a shape="rect" href="geocoder.html" title="Geocoder"><tt>camel-geocoder</tt></a> - For looking up geocodes (latitude, longitude)
  for a given address, or reverse lookup with <a shape="rect" class="external-link" href="https://code.google.com/p/geocoder-java/" rel="nofollow">Java API for Google Geocoder</a></li><li><a shape="rect" href="leveldb.html" title="LevelDB"><tt>camel-leveldb</tt></a> - Added docs for this component.</li><li><a shape="rect" href="mustache.html" title="Mustache"><tt>camel-mustache</tt></a> - For templating using <a shape="rect" class="external-link" href="http://mustache.github.io/" rel="nofollow">Mustache</a></li><li><a shape="rect" href="mvel-component.html" title="MVEL Component"><tt>camel-mvel</tt></a> - For templating using <a shape="rect" class="external-link" href="http://mvel.codehaus.org/" rel="nofollow">MVEL</a></li><li><a shape="rect" href="netty-http.html" title="Netty HTTP"><tt>camel-netty-http</tt></a> - HTTP component using <a shape="rect" href="netty.html" title="Netty">Netty</a> as transport</li><li><a shape="rect" href="quartz2.html" title="Quartz2"><tt>camel-quartz2</
 tt></a> - For scheduling using the Quartz 2.x scheduler</li><li><a shape="rect" href="sap-netweaver.html" title="SAP NetWeaver"><tt>camel-sap-netweaver</tt></a> - For integration with <a shape="rect" class="external-link" href="http://scn.sap.com/community/developer-center/netweaver-gateway" rel="nofollow">SAP NetWeaver Gateway</a></li><li><a shape="rect" href="stomp.html" title="Stomp"><tt>camel-stomp</tt></a> - For communicating with <a shape="rect" class="external-link" href="http://stomp.github.io/" rel="nofollow">Stomp</a> compliant message brokers, like <a shape="rect" class="external-link" href="http://activemq.apache.org">Apache ActiveMQ</a> or <a shape="rect" class="external-link" href="http://activemq.apache.org/apollo/">ActiveMQ Apollo</a></li><li><a shape="rect" href="vertx.html" title="Vertx"><tt>camel-vertx</tt></a> - For working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">Vertx</a> <a shape="rect" class="external-link" href="h
 ttp://vertx.io/core_manual_js.html#the-event-bus" rel="nofollow">EventBus</a>.</li><li><a shape="rect" href="weather.html" title="Weather"><tt>camel-weather</tt></a> - For polling weather information from <a shape="rect" class="external-link" href="http://openweathermap.org" rel="nofollow">Open Weather Map</a></li><li><a shape="rect" href="yammer.html" title="Yammer"><tt>camel-yammer</tt></a> - Allows you to interact with the <a shape="rect" class="external-link" href="http://yammer.com" rel="nofollow">Yammer</a> enterprise social network</li><li><a shape="rect" href="rabbitmq.html" title="RabbitMQ"><tt>camel-rabbitmq</tt></a> - Allows you to interact with the <a shape="rect" class="external-link" href="http://www.rabbitmq.com/" rel="nofollow">RabbitMQ</a>.</li></ul>
 
 
 <h3><a shape="rect" name="Camel2.12.0Release-NewDSL"></a>New DSL</h3>

Modified: websites/production/camel/content/component-list.html
==============================================================================
--- websites/production/camel/content/component-list.html (original)
+++ websites/production/camel/content/component-list.html Wed Aug 14 21:19:41 2013
@@ -761,7 +761,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

Modified: websites/production/camel/content/components.html
==============================================================================
--- websites/production/camel/content/components.html (original)
+++ websites/production/camel/content/components.html Wed Aug 14 21:19:41 2013
@@ -768,7 +768,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

Modified: websites/production/camel/content/transport.html
==============================================================================
--- websites/production/camel/content/transport.html (original)
+++ websites/production/camel/content/transport.html Wed Aug 14 21:19:41 2013
@@ -772,7 +772,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

Modified: websites/production/camel/content/uris.html
==============================================================================
--- websites/production/camel/content/uris.html (original)
+++ websites/production/camel/content/uris.html Wed Aug 14 21:19:41 2013
@@ -770,7 +770,12 @@ validation:someLocalOrRemoteResource
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 velocity:someTemplateResource
 ]]></script>
-</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates a response using an <a shape="rect" class="external-link" href="http://velocity.apache.org/">Apache Velocity</a> template </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vertx.html" title="Vertx">Vertx</a> / camel-vertx
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:eventBusName
+]]></script>
+</div></div> </td><td colspan="1" rowspan="1" class="confluenceTd"> Working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">vertx</a> event bus </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="vm.html" title="VM">VM</a> / camel-core
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
 vm:name

Added: websites/production/camel/content/vertx.html
==============================================================================
--- websites/production/camel/content/vertx.html (added)
+++ websites/production/camel/content/vertx.html Wed Aug 14 21:19:41 2013
@@ -0,0 +1,216 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<html>
+<head>
+    <link href="http://camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="http://camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="http://camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="http://camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="http://camel.apache.org/styles/site.js" type="text/javascript"></script>
+
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+
+    <style type="text/css">
+      .maincontent { overflow:hidden; }
+    </style>
+    <!--[if IE]>
+    <style type="text/css">
+      .maincontent { width:100%; }
+    </style>
+    <![endif]-->
+
+
+  <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' />
+  <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' />
+  <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script>
+  <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script>
+  <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script>
+  
+  <script type="text/javascript">
+  SyntaxHighlighter.defaults['toolbar'] = false;
+  SyntaxHighlighter.all();
+  </script>
+
+    <title>
+    Apache Camel: Vertx
+    </title>
+</head>
+<body>
+<div class="white_box">
+<div class="header">
+  <div class="header_l">
+    <div class="header_r">
+    </div>
+  </div>
+</div>
+<div class="content">
+  <div class="content_l">
+    <div class="content_r">
+      <div>
+          <!-- Banner -->
+<div id="banner-content"><div id="asf_logo">
+	<div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;">
+            <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a>
+            <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a>
+	</div>
+        </div></div>
+          <!-- Banner -->
+        <div class="top_red_bar">
+          <div id="site-breadcrumbs">
+                <!-- Breadcrumbs -->
+<a href="index.html">Apache Camel</a>&nbsp;&gt;&nbsp;<a href="documentation.html">Documentation</a>&nbsp;&gt;&nbsp;<a href="components.html">Components</a>&nbsp;&gt;&nbsp;<a href="vertx.html">Vertx</a>
+          </div>
+          <!-- Quicklinks -->
+<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div>
+          <!-- Quicklinks -->
+        </div>
+
+	<table border="0">
+	<tbody>
+        <tr>
+        <td valign="top" width="100%">
+<div class="wiki-content maincontent"><h2><a shape="rect" name="Vertx-VertxComponent"></a>Vertx Component</h2>
+
+<p><b>Available as of Camel 2.12</b></p>
+
+<p>The <b>vertx</b> component is for working with the <a shape="rect" class="external-link" href="http://vertx.io/" rel="nofollow">Vertx</a> <a shape="rect" class="external-link" href="http://vertx.io/core_manual_js.html#the-event-bus" rel="nofollow">EventBus</a>.</p>
+
+<p>The vertx <a shape="rect" class="external-link" href="http://vertx.io/core_manual_js.html#the-event-bus" rel="nofollow">EventBus</a> sends and receives JSON events.</p>
+
+<p>Maven users will need to add the following dependency to their <tt>pom.xml</tt> for this component:</p>
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[
+&lt;dependency&gt;
+    &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
+    &lt;artifactId&gt;camel-vertx&lt;/artifactId&gt;
+    &lt;version&gt;x.x.x&lt;/version&gt;
+    &lt;!-- use the same version as your Camel core version --&gt;
+&lt;/dependency&gt;
+]]></script>
+</div></div>
+
+<h3><a shape="rect" name="Vertx-URIformat"></a>URI format</h3>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
+<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
+vertx:channelName
+]]></script>
+</div></div>
+
+<h3><a shape="rect" name="Vertx-SeeAlso"></a>See Also</h3>
+<ul><li><a shape="rect" href="configuring-camel.html" title="Configuring Camel">Configuring Camel</a></li><li><a shape="rect" href="component.html" title="Component">Component</a></li><li><a shape="rect" href="endpoint.html" title="Endpoint">Endpoint</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li></ul>
+</div>
+        </td>
+        <td valign="top">
+          <div class="navigation">
+            <div class="navigation_top">
+                <!-- NavigationBar -->
+<div class="navigation_bottom" id="navigation_bottom"><h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Documentation"></a><a shape="rect" href="documentation.html" title="Documentation">Documentation</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="user-guide.html" title="User Guide">User Guide</a></li><li><a shape="rect" href="manual.html" title="Manual">Manual</a></li><li><a shape="rect" href="books.html" title="Books">Books</a></li><li><a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></li><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li><li><a shape="rect" href="cookbook.html" title="Cookbook">Cookbook</a></li><li><a shape="rect" href="architecture.html" title="Architecture">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html" title="DSL">DSL</a></li><li><a shape="rect" href="components.html" title="Components">Components</a></li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a></li><li><a shape="rect" href="languages.html" title="Languages">L
 anguages</a></li><li><a shape="rect" href="security.html" title="Security">Security</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Search"></a>Search</h3>
+
+<p>
+</p><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse">
+  <div>
+    <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq">
+    <input type="hidden" name="ie" value="UTF-8">
+    <input type="text" name="q" size="21">
+    <input type="submit" name="sa" value="Search">
+  </div>
+</form>
+<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>
+
+
+<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" href="community.html" title="Community">Community</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" href="developers.html" title="Developers">Developers</a></h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" href="developers.html" title="Developers">Developer Guide</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a></li><li><a shape="rect" href="irc-room.html" title="IRC Room">IRC Room</a></li></ul>
+
+
+<h3><a shape="rect" name="Navigation-ApacheSoftwareFoundation"></a>Apache Software Foundation</h3>
+
+<ul class="alternate" type="square"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul>
+</div>
+                <!-- NavigationBar -->
+            </div>
+          </div>
+        </td>
+        </tr>
+	</tbody>
+        </table>
+
+
+        <div class="bottom_red_bar"></div>
+      </div>
+    </div>
+  </div>
+</div>
+<div class="black_box">
+<div class="footer">
+  <div class="footer_l">
+    <div class="footer_r">
+      <div>
+        <a href="$base/privacy-policy.html">Privacy Policy</a> -
+        (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=34014940">edit page</a>)
+   	 (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34014940&amp;showComments=true&amp;showCommentArea=true#addcomment">add comment</a>)
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+</div>
+<div class="design_attribution">
+&copy; 2004-2011 The Apache Software Foundation.
+<br>          
+Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their respective owners.
+<br>
+<a href="http://hiramchirino.com">Graphic Design By Hiram</a>
+</div>
+
+<!-- Camel committers that would like access to the Analytics, send a note to private@camel.apache.org -->
+<script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-25976253-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+</script>
+
+</body>
+</html>
+
+