You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2019/11/20 12:57:22 UTC

[camel-website] branch asf-site updated: Website updated to 7fe608936

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/camel-website.git


View the commit online:
https://github.com/apache/camel-website/commit/3c469bda5fa0af8492f89291cbe234ec6e26eda3

The following commit(s) were added to refs/heads/asf-site by this push:
     new 3c469bd  Website updated to 7fe608936
3c469bd is described below

commit 3c469bda5fa0af8492f89291cbe234ec6e26eda3
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Nov 20 12:57:17 2019 +0000

    Website updated to 7fe608936
---
 blog/camel-featured.jpg                            |  Bin 122153 -> 1541883 bytes
 components/latest/amqp-component.html              |    4 +-
 manual/latest/_images/eip/BroadcastAggregate.gif   |  Bin 0 -> 4005 bytes
 manual/latest/_images/eip/CDC-Debezium.png         |  Bin 0 -> 67771 bytes
 manual/latest/_images/eip/ChannelAdapterIcon.gif   |  Bin 0 -> 941 bytes
 .../latest/_images/eip/ChannelAdapterSolution.gif  |  Bin 0 -> 2898 bytes
 manual/latest/_images/eip/CompetingConsumers.gif   |  Bin 0 -> 4759 bytes
 .../latest/_images/eip/DistributionAggregate.gif   |  Bin 0 -> 6302 bytes
 .../_images/eip/DurableSubscriptionSolution.gif    |  Bin 0 -> 3234 bytes
 manual/latest/_images/eip/MessageDispatcher.gif    |  Bin 0 -> 5128 bytes
 .../latest/_images/eip/MessageExpirationIcon.gif   |  Bin 0 -> 276 bytes
 .../_images/eip/MessageExpirationSolution.gif      |  Bin 0 -> 4409 bytes
 manual/latest/_images/eip/MessageHistory.gif       |  Bin 0 -> 2351 bytes
 .../latest/_images/eip/MessageSelectorSolution.gif |  Bin 0 -> 2987 bytes
 .../_images/eip/MessagingAdapterSolution.gif       |  Bin 0 -> 3923 bytes
 manual/latest/_images/eip/MessagingBridge.gif      |  Bin 0 -> 1828 bytes
 manual/latest/_images/eip/MessagingBridgeIcon.gif  |  Bin 0 -> 437 bytes
 .../_images/eip/MessagingGatewaySolution.gif       |  Bin 0 -> 3780 bytes
 .../_images/eip/MessagingMapperClassDiagram.gif    |  Bin 0 -> 2019 bytes
 manual/latest/_images/eip/NormalizerDetail.gif     |  Bin 0 -> 8388 bytes
 manual/latest/bean-integration.html                |    2 +-
 manual/latest/change-data-capture.html             |   31 +
 .../{message-channel.html => channel-adapter.html} |   18 +-
 manual/latest/competing-consumers.html             |   38 +
 manual/latest/composed-message-processor.html      |   46 +
 manual/latest/durable-subscriber.html              |   53 +
 manual/latest/enterprise-integration-patterns.html |    2 +-
 manual/latest/getting-started.html                 |    2 +-
 manual/latest/message-channel.html                 |    2 +-
 manual/latest/message-dispatcher.html              |   31 +
 manual/latest/message-expiration.html              |   32 +
 .../{message-channel.html => message-history.html} |   44 +-
 manual/latest/messaging-bridge.html                |   32 +
 manual/latest/messaging-gateway.html               |   31 +
 manual/latest/messaging-mapper.html                |   31 +
 manual/latest/normalizer.html                      |   67 +
 manual/latest/pojo-consuming.html                  |    2 +-
 manual/latest/pojo-producing.html                  |   10 +-
 manual/latest/scatter-gather.html                  |  100 ++
 manual/latest/selective-consumer.html              |   40 +
 manual/latest/service-activator.html               |   35 +
 sitemap-camel-k.xml                                |   48 +-
 sitemap-camel-quarkus.xml                          |   26 +-
 sitemap-components.xml                             | 1620 ++++++++++----------
 sitemap-manual.xml                                 |  716 +++++----
 45 files changed, 1864 insertions(+), 1199 deletions(-)

diff --git a/blog/camel-featured.jpg b/blog/camel-featured.jpg
index 89bdcff..d8abdbc 100644
Binary files a/blog/camel-featured.jpg and b/blog/camel-featured.jpg differ
diff --git a/components/latest/amqp-component.html b/components/latest/amqp-component.html
index 2c3ae4e..e0a87a7 100644
--- a/components/latest/amqp-component.html
+++ b/components/latest/amqp-component.html
@@ -2,12 +2,12 @@
     &lt;groupId&gt;org.apache.camel&lt;/groupId&gt;
     &lt;artifactId&gt;camel-amqp&lt;/artifactId&gt;
     &lt;version&gt;${camel.version}&lt;/version&gt; &lt;!-- use the same version as your Camel core version --&gt;
-&lt;/dependency&gt;</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_uri_format"><a class="anchor" href="#_uri_format"></a>URI format</h2> <div class="sectionbody"> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">amqp:[queue:|topic:]destinationName[?options]</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_amqp_options"><a class="anchor" href="#_amqp_options"></ [...]
+&lt;/dependency&gt;</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_uri_format"><a class="anchor" href="#_uri_format"></a>URI format</h2> <div class="sectionbody"> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">amqp:[queue:|topic:]destinationName[?options]</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_amqp_options"><a class="anchor" href="#_amqp_options"></ [...]
   &lt;groupId&gt;org.apache.camel.springboot&lt;/groupId&gt;
   &lt;artifactId&gt;camel-amqp-starter&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;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 83 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
+&lt;/dependency&gt;</code></pre> </div> </div> <div class="paragraph"> <p>The component supports 84 options, which are listed below.</p> </div> <div class="table-wrapper"><table class="tableblock frame-all grid-all stretch"> <colgroup> <col> <col> <col> <col> </colgroup> <thead> <tr> <th class="tableblock halign-left valign-top">Name</th> <th class="tableblock halign-left valign-top">Description</th> <th class="tableblock halign-center valign-top">Default</th> <th class="tableblock halig [...]
 from("amqp:queue:incoming").
   to(...);
 
diff --git a/manual/latest/_images/eip/BroadcastAggregate.gif b/manual/latest/_images/eip/BroadcastAggregate.gif
new file mode 100644
index 0000000..9387cc4
Binary files /dev/null and b/manual/latest/_images/eip/BroadcastAggregate.gif differ
diff --git a/manual/latest/_images/eip/CDC-Debezium.png b/manual/latest/_images/eip/CDC-Debezium.png
new file mode 100644
index 0000000..bf859a9
Binary files /dev/null and b/manual/latest/_images/eip/CDC-Debezium.png differ
diff --git a/manual/latest/_images/eip/ChannelAdapterIcon.gif b/manual/latest/_images/eip/ChannelAdapterIcon.gif
new file mode 100644
index 0000000..3bfd4c4
Binary files /dev/null and b/manual/latest/_images/eip/ChannelAdapterIcon.gif differ
diff --git a/manual/latest/_images/eip/ChannelAdapterSolution.gif b/manual/latest/_images/eip/ChannelAdapterSolution.gif
new file mode 100644
index 0000000..ae5ede0
Binary files /dev/null and b/manual/latest/_images/eip/ChannelAdapterSolution.gif differ
diff --git a/manual/latest/_images/eip/CompetingConsumers.gif b/manual/latest/_images/eip/CompetingConsumers.gif
new file mode 100644
index 0000000..5d9c730
Binary files /dev/null and b/manual/latest/_images/eip/CompetingConsumers.gif differ
diff --git a/manual/latest/_images/eip/DistributionAggregate.gif b/manual/latest/_images/eip/DistributionAggregate.gif
new file mode 100644
index 0000000..6f4a777
Binary files /dev/null and b/manual/latest/_images/eip/DistributionAggregate.gif differ
diff --git a/manual/latest/_images/eip/DurableSubscriptionSolution.gif b/manual/latest/_images/eip/DurableSubscriptionSolution.gif
new file mode 100644
index 0000000..5ed9597
Binary files /dev/null and b/manual/latest/_images/eip/DurableSubscriptionSolution.gif differ
diff --git a/manual/latest/_images/eip/MessageDispatcher.gif b/manual/latest/_images/eip/MessageDispatcher.gif
new file mode 100644
index 0000000..ae27b08
Binary files /dev/null and b/manual/latest/_images/eip/MessageDispatcher.gif differ
diff --git a/manual/latest/_images/eip/MessageExpirationIcon.gif b/manual/latest/_images/eip/MessageExpirationIcon.gif
new file mode 100644
index 0000000..8923778
Binary files /dev/null and b/manual/latest/_images/eip/MessageExpirationIcon.gif differ
diff --git a/manual/latest/_images/eip/MessageExpirationSolution.gif b/manual/latest/_images/eip/MessageExpirationSolution.gif
new file mode 100644
index 0000000..0575f60
Binary files /dev/null and b/manual/latest/_images/eip/MessageExpirationSolution.gif differ
diff --git a/manual/latest/_images/eip/MessageHistory.gif b/manual/latest/_images/eip/MessageHistory.gif
new file mode 100644
index 0000000..fd40eed
Binary files /dev/null and b/manual/latest/_images/eip/MessageHistory.gif differ
diff --git a/manual/latest/_images/eip/MessageSelectorSolution.gif b/manual/latest/_images/eip/MessageSelectorSolution.gif
new file mode 100644
index 0000000..58447a3
Binary files /dev/null and b/manual/latest/_images/eip/MessageSelectorSolution.gif differ
diff --git a/manual/latest/_images/eip/MessagingAdapterSolution.gif b/manual/latest/_images/eip/MessagingAdapterSolution.gif
new file mode 100644
index 0000000..d624bc9
Binary files /dev/null and b/manual/latest/_images/eip/MessagingAdapterSolution.gif differ
diff --git a/manual/latest/_images/eip/MessagingBridge.gif b/manual/latest/_images/eip/MessagingBridge.gif
new file mode 100644
index 0000000..6010f92
Binary files /dev/null and b/manual/latest/_images/eip/MessagingBridge.gif differ
diff --git a/manual/latest/_images/eip/MessagingBridgeIcon.gif b/manual/latest/_images/eip/MessagingBridgeIcon.gif
new file mode 100644
index 0000000..6154d53
Binary files /dev/null and b/manual/latest/_images/eip/MessagingBridgeIcon.gif differ
diff --git a/manual/latest/_images/eip/MessagingGatewaySolution.gif b/manual/latest/_images/eip/MessagingGatewaySolution.gif
new file mode 100644
index 0000000..8c0d0a6
Binary files /dev/null and b/manual/latest/_images/eip/MessagingGatewaySolution.gif differ
diff --git a/manual/latest/_images/eip/MessagingMapperClassDiagram.gif b/manual/latest/_images/eip/MessagingMapperClassDiagram.gif
new file mode 100644
index 0000000..00e0b18
Binary files /dev/null and b/manual/latest/_images/eip/MessagingMapperClassDiagram.gif differ
diff --git a/manual/latest/_images/eip/NormalizerDetail.gif b/manual/latest/_images/eip/NormalizerDetail.gif
new file mode 100644
index 0000000..ab7f960
Binary files /dev/null and b/manual/latest/_images/eip/NormalizerDetail.gif differ
diff --git a/manual/latest/bean-integration.html b/manual/latest/bean-integration.html
index b31e808..1564235 100644
--- a/manual/latest/bean-integration.html
+++ b/manual/latest/bean-integration.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Bean Integration - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/bean-integration.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link r [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Bean Integration - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/bean-integration.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link r [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
diff --git a/manual/latest/change-data-capture.html b/manual/latest/change-data-capture.html
new file mode 100644
index 0000000..9fd6267
--- /dev/null
+++ b/manual/latest/change-data-capture.html
@@ -0,0 +1,31 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Change Data Capture - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/change-data-capture.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> < [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Change Data Capture","item": "https://camel.apache.org/manual/latest/change-data-capture.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/message-channel.html b/manual/latest/channel-adapter.html
similarity index 88%
copy from manual/latest/message-channel.html
copy to manual/latest/channel-adapter.html
index fb371e5..7ef68bd 100644
--- a/manual/latest/message-channel.html
+++ b/manual/latest/channel-adapter.html
@@ -1,8 +1,14 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Channel - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-channel.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
-    .to("jms:queue:foo")</code></pre> </div> </div> <div class="paragraph"> <p>And in XML:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
-  &lt;from uri="direct:foo"&gt;
-  &lt;to uri="jms:queue:foo"/&gt;
-&lt;/route&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/lat [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Channel Adapter - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/channel-adapter.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
+    .to("bean:cheeseBean");</code></pre> </div> </div> <div class="paragraph"> <p>And the bean has method which accepts the message payload as a byte array.</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">public class CheeseBean {
+  public void receiveCheeseData(byte[] data) {
+    // do something
+  }
+}</code></pre> </div> </div> <div class="paragraph"> <p>You can also use <a href="pojo-consuming.html" class="page">POJO consuming</a> with <code>@Consume</code> annotation.</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">public class CheeseBean {
+  @Consume("kafka:cheese?brokers={{kafka.host}}:{{kafka.port}}")
+  public void receiveCheeseData(byte[] data) {
+    // do something
+  }
+}</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/latest/getting-s [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
@@ -30,6 +36,6 @@
         {
         "@type": "ListItem",
         "position": 3,
-        "name": "Message Channel","item": "https://camel.apache.org/manual/latest/message-channel.html"}
+        "name": "Channel Adapter","item": "https://camel.apache.org/manual/latest/channel-adapter.html"}
         ]
     } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/competing-consumers.html b/manual/latest/competing-consumers.html
new file mode 100644
index 0000000..b13e0ed
--- /dev/null
+++ b/manual/latest/competing-consumers.html
@@ -0,0 +1,38 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Competing Consumers - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/competing-consumers.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> < [...]
+  .to("bean:someBean");</code></pre> </div> </div> <div class="paragraph"> <p>or in XML DSL</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
+  &lt;from uri="jms:MyQueue?concurrentConsumers=5"/&gt;
+  &lt;to uri="bean:someBean"/&gt;
+&lt;/route&gt;</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_competing_consumers_with_thread_pool"><a class="anchor" href="#_competing_consumers_with_thread_pool"></a>Competing Consumers with Thread Pool</h2> <div class="sectionbody"> <div class="paragraph"> <p>You can simulate competing consumers by using a thread pool which then continue processing the messages concurrently. Then the single thread consumer can quickly continue and pickup new messages to process  [...]
+  .to("bean:calculateBean");</code></pre> </div> </div> <div class="paragraph"> <p>The route is synchronous and there is only a single consumer running at any given time. This scenario is well known and it doesn&#8217;t affect thread safety as we only have one active thread involved at any given time.</p> </div> <div class="paragraph"> <p>Now imagine that the inbox folder is filled with filers quicker than we can process. So we want to speed up this process. How can we do this?</p> </div [...]
+  .threads(10)
+  .to("bean:calculateBean");</code></pre> </div> </div> <div class="paragraph"> <p>So by inserting <code>threads(10)</code> we have instructed Camel that from this point forward in the route it should use a thread pool with up till 10 concurrent threads. So when the file consumer delivers a message to the threads, then the threads take it from there and the file consumer can return and continue to poll the next file.</p> </div> <div class="paragraph"> <p>By leveraging this fact we can st [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Competing Consumers","item": "https://camel.apache.org/manual/latest/competing-consumers.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/composed-message-processor.html b/manual/latest/composed-message-processor.html
new file mode 100644
index 0000000..8157ec1
--- /dev/null
+++ b/manual/latest/composed-message-processor.html
@@ -0,0 +1,46 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Composed Message Processor - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/composed-message-processor.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.w [...]
+// the body is then splitted based on @ separator
+// the splitter in Camel supports InOut as well and for that we need
+// to be able to aggregate what response we need to send back, so we provide our
+// own strategy with the class MyOrderStrategy.
+from("direct:start")
+    .split(body().tokenize("@"), new MyOrderStrategy())
+        // each splitted message is then send to this bean where we can process it
+        .to("bean:MyOrderService?method=handleOrder")
+        // this is important to end the splitter route as we do not want to do more routing
+        // on each splitted message
+    .end()
+    // after we have splitted and handled each message we want to send a single combined
+    // response back to the original caller, so we let this bean build it for us
+    // this bean will receive the result of the aggregate strategy: MyOrderStrategy
+    .to("bean:MyOrderService?method=buildCombinedResponse")</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_more_details"><a class="anchor" href="#_more_details"></a>More details</h2> <div class="sectionbody"> <div class="paragraph"> <p>See the <a href="split-eip.html" class="page">Splitter</a> EIP.</p> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Ap [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Composed Message Processor","item": "https://camel.apache.org/manual/latest/composed-message-processor.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/durable-subscriber.html b/manual/latest/durable-subscriber.html
new file mode 100644
index 0000000..091d6d0
--- /dev/null
+++ b/manual/latest/durable-subscriber.html
@@ -0,0 +1,53 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Durable Subscriber - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/durable-subscriber.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <li [...]
+  .to("activemq:topic:foo");
+
+from("activemq:topic:foo?clientId=1&amp;durableSubscriptionName=bar1")
+  .to("mock:result1");
+
+from("activemq:topic:foo?clientId=2&amp;durableSubscriptionName=bar2")
+  .to("mock:result2");</code></pre> </div> </div> <div class="paragraph"> <p>Using XML DSL</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;routes&gt;
+    &lt;route&gt;
+        &lt;from uri="direct:start"/&gt;
+        &lt;to uri="activemq:topic:foo"/&gt;
+    &lt;/route&gt;
+
+    &lt;route&gt;
+        &lt;from uri="activemq:topic:foo?clientId=1&amp;amp;durableSubscriptionName=bar1"/&gt;
+        &lt;to uri="mock:result1"/&gt;
+    &lt;/route&gt;
+
+    &lt;route&gt;
+        &lt;from uri="activemq:topic:foo?clientId=2&amp;amp;durableSubscriptionName=bar2"/&gt;
+        &lt;to uri="mock:result2"/&gt;
+    &lt;/route&gt;
+&lt;/routes&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/la [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Durable Subscriber","item": "https://camel.apache.org/manual/latest/durable-subscriber.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/enterprise-integration-patterns.html b/manual/latest/enterprise-integration-patterns.html
index 8188027..12aa4df 100644
--- a/manual/latest/enterprise-integration-patterns.html
+++ b/manual/latest/enterprise-integration-patterns.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Enterprise Integration Patterns - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/enterprise-integration-patterns.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href=".. [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Enterprise Integration Patterns - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/enterprise-integration-patterns.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href=".. [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
diff --git a/manual/latest/getting-started.html b/manual/latest/getting-started.html
index b5f85ef..6fd5651 100644
--- a/manual/latest/getting-started.html
+++ b/manual/latest/getting-started.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Getting Started - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/getting-started.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Getting Started - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/getting-started.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
diff --git a/manual/latest/message-channel.html b/manual/latest/message-channel.html
index fb371e5..0b5e4bb 100644
--- a/manual/latest/message-channel.html
+++ b/manual/latest/message-channel.html
@@ -1,4 +1,4 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Channel - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-channel.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Channel - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-channel.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
     .to("jms:queue:foo")</code></pre> </div> </div> <div class="paragraph"> <p>And in XML:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
   &lt;from uri="direct:foo"&gt;
   &lt;to uri="jms:queue:foo"/&gt;
diff --git a/manual/latest/message-dispatcher.html b/manual/latest/message-dispatcher.html
new file mode 100644
index 0000000..ec93981
--- /dev/null
+++ b/manual/latest/message-dispatcher.html
@@ -0,0 +1,31 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Dispatcher - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-dispatcher.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <li [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Message Dispatcher","item": "https://camel.apache.org/manual/latest/message-dispatcher.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/message-expiration.html b/manual/latest/message-expiration.html
new file mode 100644
index 0000000..d28975b
--- /dev/null
+++ b/manual/latest/message-expiration.html
@@ -0,0 +1,32 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Expiration - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-expiration.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <li [...]
+    .to("jms:queueu:cheese?timeToLive=5000");</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Message Expiration","item": "https://camel.apache.org/manual/latest/message-expiration.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/message-channel.html b/manual/latest/message-history.html
similarity index 80%
copy from manual/latest/message-channel.html
copy to manual/latest/message-history.html
index fb371e5..70c859d 100644
--- a/manual/latest/message-channel.html
+++ b/manual/latest/message-history.html
@@ -1,8 +1,40 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message Channel - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-channel.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
-    .to("jms:queue:foo")</code></pre> </div> </div> <div class="paragraph"> <p>And in XML:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
-  &lt;from uri="direct:foo"&gt;
-  &lt;to uri="jms:queue:foo"/&gt;
-&lt;/route&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/lat [...]
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Message History - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/message-history.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel [...]
+
+&lt;/camelContext&gt;</code></pre> </div> </div> <div class="paragraph"> <p>You can also do this per route. Then a route level configuration overrides the CamelContext level configuration.</p> </div> </div> </div> <div class="sect1"> <h2 id="_route_stack_trace_in_exceptions_logged_by_error_handler"><a class="anchor" href="#_route_stack_trace_in_exceptions_logged_by_error_handler"></a>Route stack-trace in exceptions logged by error handler</h2> <div class="sectionbody"> <div class="paragr [...]
+
+Message History
+---------------------------------------------------------------------------------------------------------------------------------------
+RouteId              ProcessorId          Processor                                                                        Elapsed (ms)
+[route1            ] [to1               ] [log:foo                                                                       ] [         6]
+[route1            ] [to2               ] [direct:bar                                                                    ] [       102]
+[route2            ] [to5               ] [log:bar                                                                       ] [         1]
+[route2            ] [delay2            ] [delay[{100}]                                                                  ] [       100]
+[route2            ] [to6               ] [mock:bar                                                                      ] [         0]
+[route1            ] [delay1            ] [delay[{300}]                                                                  ] [       303]
+[route1            ] [to3               ] [log:baz                                                                       ] [         0]
+[route1            ] [process1          ] [org.apache.camel.processor.MessageHistoryDumpRoutingTest$1$1@6a53f9d8         ] [         2]
+
+Stacktrace
+---------------------------------------------------------------------------------------------------------------------------------------
+java.lang.IllegalArgumentException: Forced to dump message history
+    at org.apache.camel.processor.MessageHistoryDumpRoutingTest$1$1.process(MessageHistoryDumpRoutingTest.java:54)
+    at org.apache.camel.processor.DelegateSyncProcessor.process(DelegateSyncProcessor.java:63)
+    at org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:388)
+    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:189)
+    at org.apache.camel.processor.Pipeline.process(Pipeline.java:118)
+    at org.apache.camel.processor.Pipeline.process(Pipeline.java:80)
+    at org.apache.camel.processor.DelayProcessorSupport.process(DelayProcessorSupport.java:117)
+    at org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:388)
+    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:189)
+    at org.apache.camel.processor.Pipeline.process(Pipeline.java:118)
+    at org.apache.camel.processor.Pipeline.process(Pipeline.java:80)
+    at org.apache.camel.processor.CamelInternalProcessor.process(CamelInternalProcessor.java:189)
+    at org.apache.camel.component.seda.SedaConsumer.sendToConsumers(SedaConsumer.java:293)
+    at org.apache.camel.component.seda.SedaConsumer.doRun(SedaConsumer.java:202)
+    at org.apache.camel.component.seda.SedaConsumer.run(SedaConsumer.java:149)
+    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
+    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
+    at java.lang.Thread.run(Thread.java:722)</code></pre> </div> </div> <div class="paragraph"> <p>You can turn off logging message history from the Error Handler using</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">errorHandler(defaultErrorHandler().logExhaustedMessageHistory(false));</code></pre> </div> </div> <div class="paragraph"> <p>From Camel 2.17 onwards the Error Handler do not log  [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
@@ -30,6 +62,6 @@
         {
         "@type": "ListItem",
         "position": 3,
-        "name": "Message Channel","item": "https://camel.apache.org/manual/latest/message-channel.html"}
+        "name": "Message History","item": "https://camel.apache.org/manual/latest/message-history.html"}
         ]
     } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/messaging-bridge.html b/manual/latest/messaging-bridge.html
new file mode 100644
index 0000000..924ef3f
--- /dev/null
+++ b/manual/latest/messaging-bridge.html
@@ -0,0 +1,32 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Messaging Bridge - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/messaging-bridge.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link r [...]
+  .to("activemq:queue:foo")</code></pre> </div> </div> <div class="paragraph"> <p>Another alternative is to bridge systems using <a href="change-data-capture.html" class="page">Change Data Capture</a>.</p> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../ [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Messaging Bridge","item": "https://camel.apache.org/manual/latest/messaging-bridge.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/messaging-gateway.html b/manual/latest/messaging-gateway.html
new file mode 100644
index 0000000..70001e8
--- /dev/null
+++ b/manual/latest/messaging-gateway.html
@@ -0,0 +1,31 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Messaging Gateway - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/messaging-gateway.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Messaging Gateway","item": "https://camel.apache.org/manual/latest/messaging-gateway.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/messaging-mapper.html b/manual/latest/messaging-mapper.html
new file mode 100644
index 0000000..e5f4738
--- /dev/null
+++ b/manual/latest/messaging-mapper.html
@@ -0,0 +1,31 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Messaging Mapper - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/messaging-mapper.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link r [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Messaging Mapper","item": "https://camel.apache.org/manual/latest/messaging-mapper.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/normalizer.html b/manual/latest/normalizer.html
new file mode 100644
index 0000000..2594a27
--- /dev/null
+++ b/manual/latest/normalizer.html
@@ -0,0 +1,67 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Normalizer - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/normalizer.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel="apple-to [...]
+from("direct:start")
+    .choice()
+        .when().xpath("/employee").to("bean:normalizer?method=employeeToPerson")
+        .when().xpath("/customer").to("bean:normalizer?method=customerToPerson")
+    .end()
+    .to("mock:result");</code></pre> </div> </div> <div class="paragraph"> <p>In this case we&#8217;re using a Java bean as the normalizer. The class looks like this</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">// Java
+public class MyNormalizer {
+    public void employeeToPerson(Exchange exchange, @XPath("/employee/name/text()") String name) {
+        exchange.getOut().setBody(createPerson(name));
+    }
+
+    public void customerToPerson(Exchange exchange, @XPath("/customer/@name") String name) {
+        exchange.getOut().setBody(createPerson(name));
+    }
+
+    private String createPerson(String name) {
+        return "&lt;person name=\" + name + \"/&gt;";
+    }
+}</code></pre> </div> </div> <div class="paragraph"> <p>The same example in the XML DSL</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;camelContext xmlns="http://camel.apache.org/schema/spring"&gt;
+  &lt;route&gt;
+    &lt;from uri="direct:start"/&gt;
+    &lt;choice&gt;
+      &lt;when&gt;
+        &lt;xpath&gt;/employee&lt;/xpath&gt;
+        &lt;to uri="bean:normalizer?method=employeeToPerson"/&gt;
+      &lt;/when&gt;
+      &lt;when&gt;
+        &lt;xpath&gt;/customer&lt;/xpath&gt;
+        &lt;to uri="bean:normalizer?method=customerToPerson"/&gt;
+      &lt;/when&gt;
+    &lt;/choice&gt;
+    &lt;to uri="mock:result"/&gt;
+  &lt;/route&gt;
+&lt;/camelContext&gt;
+
+&lt;bean id="normalizer" class="org.apache.camel.processor.MyNormalizer"/&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href=". [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Normalizer","item": "https://camel.apache.org/manual/latest/normalizer.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/pojo-consuming.html b/manual/latest/pojo-consuming.html
index 745d432..7133333 100644
--- a/manual/latest/pojo-consuming.html
+++ b/manual/latest/pojo-consuming.html
@@ -1,6 +1,6 @@
 <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>POJO Consuming - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/pojo-consuming.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel=" [...]
 
-  @Consume(uri="activemq:cheese")
+  @Consume("activemq:cheese")
   public void onCheese(String name) {
     ...
   }
diff --git a/manual/latest/pojo-producing.html b/manual/latest/pojo-producing.html
index 3b6e5c3..b190bbb 100644
--- a/manual/latest/pojo-producing.html
+++ b/manual/latest/pojo-producing.html
@@ -1,5 +1,5 @@
-<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>POJO producing - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/pojo-producing.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel=" [...]
-  @EndpointInject(uri="activemq:foo.bar")
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>POJO producing - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/pojo-producing.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel=" [...]
+  @EndpointInject("activemq:foo.bar")
   ProducerTemplate producer;
 
   public void doSomething() {
@@ -7,19 +7,19 @@
       producer.sendBody("&lt;hello&gt;world!&lt;/hello&gt;");
     }
   }
-}</code></pre> </div> </div> <div class="paragraph"> <p>The downside of this is that your code is now dependent on a Camel API, the <strong><code>ProducerTemplate</code></strong>. The next section describes how to remove this dependency.</p> </div> <div class="admonitionblock tip"> <div class="table-wrapper"><table> <tr> <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> <td class="content"> <div class="paragraph"> <p>See <a href="pojo-consuming.html" class="page">POJO Consu [...]
+}</code></pre> </div> </div> <div class="paragraph"> <p>The downside of this is that your code is now dependent on a Camel API, the <strong><code>ProducerTemplate</code></strong>. The next section describes how to remove this dependency.</p> </div> <div class="admonitionblock tip"> <div class="table-wrapper"><table> <tr> <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> <td class="content"> <div class="paragraph"> <p>See <a href="pojo-consuming.html" class="page">POJO Consu [...]
     String sayHello(String name);
 }
 
 public class MyBean {
-    @Produce(uri = "activemq:foo")
+    @Produce("activemq:foo")
     protected MyListener producer;
 
     public void doSomething() {
         // lets send a message
         String response = producer.sayHello("James");
     }
-}</code></pre> </div> </div> <div class="paragraph"> <p>Here Camel will automatically inject a smart client side proxy at the <strong><code>@Produce</code></strong> annotation - an instance of the <strong><code>MyListener</code></strong> instance. When we invoke methods on this interface the method call is turned into an object and using the Camel <a href="spring-remoting.html" class="page">Spring Remoting</a> mechanism it is sent to the endpoint - in this case the <a href="../../compone [...]
+}</code></pre> </div> </div> <div class="paragraph"> <p>Here Camel will automatically inject a smart client side proxy at the <strong><code>@Produce</code></strong> annotation - an instance of the <strong><code>MyListener</code></strong> instance. When we invoke methods on this interface the method call is turned into an object and using the Camel <a href="spring-remoting.html" class="page">Spring Remoting</a> mechanism it is sent to the endpoint - in this case the <a href="../../compone [...]
   "@context": "http://schema.org",
   "@type": "Organization",
   "name": "Apache Camel",
diff --git a/manual/latest/scatter-gather.html b/manual/latest/scatter-gather.html
new file mode 100644
index 0000000..ff315d0
--- /dev/null
+++ b/manual/latest/scatter-gather.html
@@ -0,0 +1,100 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Scatter Gather - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/scatter-gather.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link rel=" [...]
+  &lt;route&gt;
+    &lt;from uri="direct:start"/&gt;
+    &lt;recipientList&gt;
+      &lt;header&gt;listOfVendors&lt;/header&gt;
+    &lt;/recipientList&gt;
+  &lt;/route&gt;
+
+  &lt;route&gt;
+    &lt;from uri="seda:quoteAggregator"/&gt;
+    &lt;aggregate strategyRef="aggregatorStrategy" completionTimeout="1000"&gt;
+      &lt;correlationExpression&gt;
+        &lt;header&gt;quoteRequestId&lt;/header&gt;
+      &lt;/correlationExpression&gt;
+      &lt;to uri="mock:result"/&gt;
+    &lt;/aggregate&gt;
+  &lt;/route&gt;
+&lt;/camelContext&gt;</code></pre> </div> </div> <div class="paragraph"> <p>So in the first route you see that the Recipient List is looking at the listOfVendors header for the list of recipients. So, we need to send a message like</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">Map&lt;String, Object&gt; headers = new HashMap&lt;&gt;();
+headers.put("listOfVendors", "bean:vendor1, bean:vendor2, bean:vendor3");
+headers.put("quoteRequestId", "quoteRequest-1");
+template.sendBodyAndHeaders("direct:start", "&lt;quote_request item=\"beer\"/&gt;", headers);</code></pre> </div> </div> <div class="paragraph"> <p>This message will be distributed to the following Endpoints: bean:vendor1, bean:vendor2, and bean:vendor3. These are all beans which look like:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-java hljs" data-lang="java">public class MyVendor {
+    private int beerPrice;
+
+    @Produce("seda:quoteAggregator")
+    private ProducerTemplate quoteAggregator;
+
+    public MyVendor(int beerPrice) {
+        this.beerPrice = beerPrice;
+    }
+
+    public void quote(@XPath("/quote_request/@item") String item, Exchange exchange) {
+        if ("beer".equals(item)) {
+            exchange.getIn().setBody(beerPrice);
+            quoteAggregator.send(exchange);
+        } else {
+            // ignore no quote
+        }
+    }
+}</code></pre> </div> </div> <div class="paragraph"> <p>And are loaded up in Spring XML like:</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;bean id="aggregatorStrategy" class="org.apache.camel.spring.processor.scattergather.LowestQuoteAggregationStrategy"/&gt;
+
+&lt;bean id="vendor1" class="org.apache.camel.spring.processor.scattergather.MyVendor"&gt;
+  &lt;constructor-arg&gt;
+  &lt;value&gt;1&lt;/value&gt;
+  &lt;/constructor-arg&gt;
+&lt;/bean&gt;
+
+&lt;bean id="vendor2" class="org.apache.camel.spring.processor.scattergather.MyVendor"&gt;
+  &lt;constructor-arg&gt;
+  &lt;value&gt;2&lt;/value&gt;
+  &lt;/constructor-arg&gt;
+&lt;/bean&gt;
+
+&lt;bean id="vendor3" class="org.apache.camel.spring.processor.scattergather.MyVendor"&gt;
+  &lt;constructor-arg&gt;
+  &lt;value&gt;3&lt;/value&gt;
+  &lt;/constructor-arg&gt;
+&lt;/bean&gt;</code></pre> </div> </div> <div class="paragraph"> <p>Each bean is loaded with a different price for beer. When the message is sent to each bean endpoint, it will arrive at the <code>MyVendor.quote</code> method. This method does a simple check whether this quote request is for beer and then sets the price of beer on the exchange for retrieval at a later step. The message is forwarded on to the next step using POJO Producing (see the <code>@Produce</code> annotation).</p> < [...]
+    public Exchange aggregate(Exchange oldExchange, Exchange newExchange) {
+        // the first time we only have the new exchange
+        if (oldExchange == null) {
+            return newExchange;
+        }
+
+        if (oldExchange.getIn().getBody(int.class) &lt; newExchange.getIn().getBody(int.class)) {
+            return oldExchange;
+        } else {
+            return newExchange;
+        }
+    }
+}</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/latest/getting-s [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Scatter Gather","item": "https://camel.apache.org/manual/latest/scatter-gather.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/selective-consumer.html b/manual/latest/selective-consumer.html
new file mode 100644
index 0000000..ff8595a
--- /dev/null
+++ b/manual/latest/selective-consumer.html
@@ -0,0 +1,40 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Selective Consumer - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/selective-consumer.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <li [...]
+  .to("bean:red");</code></pre> </div> </div> </div> </div> <div class="sect1"> <h2 id="_selective_consumer_using_filter_pattern"><a class="anchor" href="#_selective_consumer_using_filter_pattern"></a>Selective Consumer using Filter pattern</h2> <div class="sectionbody"> <div class="paragraph"> <p>The other approach is to use a <a href="filter-eip.html" class="page">Message Filter</a> which is applied; then if the filter matches the message your consumer is invoked as shown in the follow [...]
+    .filter(header("foo").isEqualTo("bar"))
+        .process(myProcessor);</code></pre> </div> </div> <div class="paragraph"> <p>And in XML</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
+    &lt;from uri="seda:a"/&gt;
+    &lt;filter&gt;
+        &lt;simple&gt;${header.foo} == 'bar'&lt;/xpath&gt;
+        &lt;process ref="myProcessor"/&gt;
+    &lt;/filter&gt;
+&lt;/route&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/lat [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Selective Consumer","item": "https://camel.apache.org/manual/latest/selective-consumer.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/manual/latest/service-activator.html b/manual/latest/service-activator.html
new file mode 100644
index 0000000..de6bb3e
--- /dev/null
+++ b/manual/latest/service-activator.html
@@ -0,0 +1,35 @@
+<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <title>Service Activator - Apache Camel</title> <link rel="canonical" href="https://camel.apache.org/manual/latest/service-activator.html"> <meta name="generator" content="Antora 2.1.0"> <link rel="stylesheet" href="../../_/css/site-0d4c71907b.css"> <meta name="application-name" content="Apache Camel"> <link rel="manifest" href="../../site.webmanifest"> <link [...]
+  .to("bean:myService");</code></pre> </div> </div> <div class="paragraph"> <p>Using the XML DSL</p> </div> <div class="listingblock"> <div class="content"> <pre class="highlightjs highlight"><code class="language-xml hljs" data-lang="xml">&lt;route&gt;
+  &lt;from uri="direct:invokeMyService"/&gt;
+  &lt;to uri="bean:myService"/&gt;
+&lt;/route&gt;</code></pre> </div> </div> </div> </div> </article> </main> </div> <footer> <div class="footer"> <figure class="logo"> <img src="../../_/img/logo-d.svg" class="logo-small mt-60" alt="Apache Camel Logo" aria-label="white silhouette of a camel in front of a sand dune"> </figure> <dl> <dt>Overview</dt> <dd><a href="../../blog/">Blog</a></dd> <dd><a href="../../components/latest/">Components</a></dd> <dd><a href="../../download/">Download</a></dd> <dd><a href="../../manual/lat [...]
+  "@context": "http://schema.org",
+  "@type": "Organization",
+  "name": "Apache Camel",
+  "url": "https://camel.apache.org",
+  "sameAs": [
+     "https://twitter.com/ApacheCamel"
+  ],
+  "logo": "../../_/img/logo-d.svg",
+  "description": "Apache Camel ™ is a versatile open-source integration framework based on known Enterprise Integration Patterns. Camel empowers you to define routing and mediation rules in a variety of domain-specific languages, including a Java-based Fluent API, Spring or Blueprint XML Configuration files, and a Scala DSL."
+} </script> <script type="application/ld+json"> { 
+    "@context": "http://schema.org",
+    "@type": "BreadcrumbList",
+    "itemListElement": [{
+        "@type": "ListItem",
+        "position": 1,
+        "name": "Apache Camel",
+        "item": "https://camel.apache.org"
+        },
+        {
+        "@type": "ListItem",
+        "position": 2,
+        "name": "User manual",
+        "item": "https://camel.apache.org/manual/latest/index.html"
+        },
+        {
+        "@type": "ListItem",
+        "position": 3,
+        "name": "Service Activator","item": "https://camel.apache.org/manual/latest/service-activator.html"}
+        ]
+    } </script> </body> </html> 
\ No newline at end of file
diff --git a/sitemap-camel-k.xml b/sitemap-camel-k.xml
index d4f9077..4a18c15 100644
--- a/sitemap-camel-k.xml
+++ b/sitemap-camel-k.xml
@@ -2,98 +2,98 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/components.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/configmap-secret.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/configuration.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/dependencies.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/configuration/logging.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/developers.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/index.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/gke.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/installation.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/minikube.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/minishift.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/installation/openshift.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/groovy.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/java.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/javascript.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/kotlin.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/languages.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/languages/xml.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/running/dev-mode.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/running/running.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/traits.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/tutorials/tekton/tekton.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/tutorials/tutorials.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-k/latest/uninstalling.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 </urlset>
\ No newline at end of file
diff --git a/sitemap-camel-quarkus.xml b/sitemap-camel-quarkus.xml
index 8059a69..f0b3d78 100644
--- a/sitemap-camel-quarkus.xml
+++ b/sitemap-camel-quarkus.xml
@@ -2,54 +2,54 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/contributor-guide.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/dozer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/fhir.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/microprofile-health.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/microprofile-metrics.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/netty-http.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/netty.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/opentracing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/platform-http.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/extensions/xslt.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/index.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/list-of-camel-quarkus-extensions.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/camel-quarkus/latest/user-guide.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 </urlset>
\ No newline at end of file
diff --git a/sitemap-components.xml b/sitemap-components.xml
index 893a604..b740210 100644
--- a/sitemap-components.xml
+++ b/sitemap-components.xml
@@ -2,3242 +2,3242 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/components/latest/activemq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ahc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ahc-ws-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/amqp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/any23-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/apns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/as2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/asn1-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/asterisk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atmos-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atmosphere-websocket-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atom-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-map-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-messaging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-multimap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/atomix-value-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/attachments.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/avro-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/avro-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-cw-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-ddb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-ddbstream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-ec2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-ecs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-eks-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-iam-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-kinesis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-kinesis-firehose-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-kms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-lambda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-mq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-msk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-s3-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-sdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-ses-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-sns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-sqs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-swf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-translate-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/aws-xray.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/azure-blob-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/azure-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/azure.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/barcode-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/base64-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/bean-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/bean-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/bean-validator-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/beanio-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/beanstalk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/bindy-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/blueprint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/bonita-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/box-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/braintree-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/browse-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/caffeine-cache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/caffeine-loadcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cbor-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cdi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/chatscript-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/chunk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/class-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cm-sms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cmis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/coap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cometd-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/constant-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/consul-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/controlbus-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/corda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/couchbase-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/couchdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/crypto-cms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/crypto-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/crypto-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/csv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cxf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cxf-transport.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/cxfrs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dataformat-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dataset-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dataset-test-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/debezium-mongodb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/debezium-mysql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/debezium-postgres-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/debezium-sqlserver-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/digitalocean-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/direct-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/direct-vm-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/disruptor-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/docker-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dozer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/drill-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/dropbox-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ehcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/elasticsearch-rest-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/elsql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/etcd-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/eventadmin-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/exchangeProperty-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/exec-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/facebook-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/fhir-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/fhirJson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/fhirXml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/file-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/file-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/file-watch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/flatpack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/flatpack-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/flink-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/fop-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/freemarker-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ftp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ftps-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ganglia-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/geocoder-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/git-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/github-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-bigquery-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-bigquery-sql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-calendar-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-calendar-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-drive-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-mail-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-mail-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-pubsub-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-sheets-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/google-sheets-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/gora-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/grape-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/graphql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/grok-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/groovy-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/grpc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/guava-eventbus-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/gzipdeflater-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-atomicvalue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-instance-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-list-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-map-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-multimap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-replicatedmap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-ringbuffer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-seda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast-topic-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hazelcast.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hbase-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hdfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/header-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hipchat-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hl7-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hl7terser-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/http-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/hystrix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ical-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/iec60870-client-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/iec60870-server-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-cache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-compute-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-events-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-idgen-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-messaging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ignite.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/index.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/infinispan-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/influxdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/iota-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ipfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/irc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ironmq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jacksonxml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jasypt.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jaxb-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jbpm-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jclouds-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jcr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jdbc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jetty-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jgroups-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jgroups-raft-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jing-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jira-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jmx-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jolt-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jooq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jpa-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-fastjson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-gson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-jackson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-johnzon-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-validator-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/json-xstream-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jsonApi-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jsonpath-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/jt400-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kafka-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-config-maps-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-deployments-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-hpa-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-job-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-namespaces-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-nodes-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-persistent-volumes-claims-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-persistent-volumes-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-pods-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-replication-controllers-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-resources-quota-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-secrets-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-service-accounts-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes-services-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kubernetes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kudu-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/kura.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/language-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ldap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ldif-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/leveldb.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/log-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/lpr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/lra.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/lucene-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/lumberjack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/lzf-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mail-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/master-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/metrics-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/micrometer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/microprofile-config.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/microprofile-health.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/microprofile-metrics-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/milo-client-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/milo-server-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mime-multipart-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mina-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mllp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mock-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mongodb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mongodb-gridfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/msv-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mustache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mvel-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mvel-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mybatis-bean-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/mybatis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/nagios-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/nats-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/netty-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/netty-http-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/nitrite-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/nsq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ognl-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/olingo2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/olingo4-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openshift-build-configs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openshift-builds-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-cinder-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-glance-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-keystone-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-neutron-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-nova-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack-swift-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/openstack.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/opentracing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/optaplanner-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/paho-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/paxlogging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pdf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pg-replication-slot-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pgevent-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pgp-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/properties-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/protobuf-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pubnub-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/pulsar-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/quartz-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/quickfix-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rabbitmq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/reactive-executor-vertx.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/reactive-streams-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/reactor.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ref-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ref-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/resilience4j.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rest-api-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rest-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rest-swagger-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ribbon.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/robotframework-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rss-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rss-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/rxjava.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/saga-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/salesforce-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sap-netweaver-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/scheduler-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/schematron-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/scp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/secureXML-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/seda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/service-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/servicenow-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/servlet-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sftp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/shiro.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/simple-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sip-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sjms-batch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sjms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sjms2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/slack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/smpp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/snmp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/soapjaxb-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/solr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/soroush-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spark-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spark-rest-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spel-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/splunk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-batch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-boot.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-cloud-consul.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-cloud-netflix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-cloud-zookeeper.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-cloud.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-event-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-integration-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-javaconfig.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-ldap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-redis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-security.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring-ws-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/sql-stored-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/ssh-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/stax-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/stomp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/string-template-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/stub-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/swagger-java.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/syslog-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/tarfile-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/telegram-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-blueprint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-cdi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-junit5.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-karaf.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-spring-junit5.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test-spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/test.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/testcontainers-junit5.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/testcontainers-spring-junit5.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/testcontainers-spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/testcontainers.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/thrift-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/thrift-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/tidyMarkup-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/tika-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/timer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/tokenize-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/twilio-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/twitter-directmessage-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/twitter-search-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/twitter-timeline-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/undertow-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/univocity-csv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/univocity-fixed-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/univocity-tsv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/validator-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/velocity-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/vertx-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/vm-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/weather-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/web3j-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/webhook-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/websocket-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/websocket-jsr356-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/wordpress-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xchange-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xj-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xmlsecurity-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xmpp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xpath-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xquery-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xquery-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xslt-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xslt-saxon-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xstream-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/xtokenize-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/yaml-snakeyaml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/yammer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zendesk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zipdeflater-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zipfile-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zipkin.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zookeeper-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/latest/zookeeper-master-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ahc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ahc-ws-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/amqp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/apns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/as2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/asn1-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/asterisk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atmos-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atmosphere-websocket-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atom-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-map-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-messaging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-multimap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/atomix-value-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/avro-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/avro-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-cw-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-ddb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-ddbstream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-ec2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-iam-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-kinesis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-kinesis-firehose-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-kms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-lambda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-mq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-s3-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-sdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-ses-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-sns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-sqs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-swf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws-xray.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/aws.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/azure-blob-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/azure-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/azure.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/bam-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/bam.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/barcode-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/base64-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/bean-validator-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/beanio-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/beanstalk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/bindy-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/blueprint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/bonita-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/boon-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/box-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/braintree-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/caffeine-cache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/caffeine-loadcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/castor-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cdi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/chronicle-engine-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/chunk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cmis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/coap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cometd-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/consul-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/context-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/corda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/couchbase-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/couchdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/crypto-cms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/crypto-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/crypto-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/csv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cxf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cxf-transport.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/cxfrs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/digitalocean-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/disruptor-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/dns-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/docker-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/dozer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/drill-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/dropbox-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/eclipse.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ehcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ejb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/el-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/elasticsearch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/elasticsearch-rest-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/elasticsearch5-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/elsql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/etcd-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/eventadmin-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/exec-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/facebook-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/fhir-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/fhirJson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/fhirXml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/flatpack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/flatpack-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/flink-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/fop-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/freemarker-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ftp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ftps-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ganglia-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/geocoder-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/git-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/github-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-bigquery-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-bigquery-sql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-calendar-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-calendar-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-drive-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-mail-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-mail-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-pubsub-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-sheets-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/google-sheets-stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/gora-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/grape-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/groovy-dsl.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/groovy-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/grpc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/guava-eventbus-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/guice.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hawtdb.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-atomicvalue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-instance-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-list-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-map-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-multimap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-replicatedmap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-ringbuffer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-seda-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast-topic-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hazelcast.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hbase-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hdfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hdfs2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/headersmap.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hessian-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hipchat-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hl7-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/http-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/http4-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/hystrix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ibatis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ical-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/iec60870-client-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/iec60870-server-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-cache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-compute-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-events-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-idgen-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-messaging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-queue-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite-set-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ignite.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/index.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/infinispan-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/influxdb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/iota-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ipfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/irc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ironmq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jacksonxml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jasypt.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/javaScript-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/javaspace-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jaxb-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jbpm-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jcache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jclouds-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jcr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jdbc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jetty-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jgroups-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jgroups-raft-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jibx-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jing-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jira-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jmx-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jolt-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jpa-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-fastjson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-gson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-jackson-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-johnzon-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-validator-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/json-xstream-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jsonpath-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jt400-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/jxpath-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kafka-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kestrel-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/krati-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-config-maps-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-deployments-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-hpa-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-job-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-namespaces-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-nodes-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-persistent-volumes-claims-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-persistent-volumes-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-pods-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-replication-controllers-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-resources-quota-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-secrets-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-service-accounts-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes-services-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kubernetes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/kura.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ldap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ldif-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/leveldb.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/linkedin-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/lpr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/lra.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/lucene-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/lumberjack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/lzf-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mail-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/master-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/metrics-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/micrometer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/milo-client-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/milo-server-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mime-multipart-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mina-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mina2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mllp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mongodb-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mongodb-gridfs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mongodb3-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mqtt-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/msv-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mustache-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mvel-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mvel-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mybatis-bean-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/mybatis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/nagios-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/nats-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/netty-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/netty-http-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/netty4-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/netty4-http-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/nsq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ognl-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/olingo2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/olingo4-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openshift-build-configs-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openshift-builds-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openshift-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-cinder-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-glance-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-keystone-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-neutron-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-nova-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack-swift-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/openstack.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/opentracing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/optaplanner-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/paho-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/paxlogging-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/pdf-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/pgevent-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/pgp-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/php-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/protobuf-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/pubnub-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/pulsar-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/python-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/quartz-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/quartz2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/quickfix-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rabbitmq-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/reactive-streams-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/reactor-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rest-swagger-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/restlet-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ribbon.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rmi-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/routebox-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rss-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rss-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ruby-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ruby.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rx.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/rxjava2.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/salesforce-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sap-netweaver-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scala-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scala-getting-started.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scala-supported-languages.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scala.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/schematron-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/scr.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/script.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/secureXML-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/service-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/servicenow-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/servlet-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/servletlistener.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sftp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/shiro.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sip-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sjms-batch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sjms-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sjms2-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/slack-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/smpp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/snmp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/soapjaxb-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/solr-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spark-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spark-rest-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spel-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/splunk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-batch-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-boot.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-cloud-consul.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-cloud-netflix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-cloud-zookeeper.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-cloud.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-event-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-integration-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-javaconfig.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-ldap-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-redis-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-security.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring-ws-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sql-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sql-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/sql-stored-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/ssh-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/stax-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/stomp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/stream-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/string-template-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/swagger-java.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/swagger.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/syslog-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/tarfile-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/telegram-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/terser-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/test-blueprint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/test-cdi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/test-karaf.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/test-spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/test.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/testcontainers-spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/testcontainers.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/testng.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/thrift-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/thrift-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/tidyMarkup-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/tika-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twilio-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter-directmessage-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter-search-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter-streaming-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter-timeline-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/twitter.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/undertow-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/univocity-csv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/univocity-fixed-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/univocity-tsv-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/urlrewrite.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/velocity-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/vertx-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/weather-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/web3j-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/websocket-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/websocket-jsr356-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/wordpress-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xchange-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xmlBeans-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xmlrpc-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xmlrpc-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xmlsecurity-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xmpp-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xquery-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xquery-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/xstream-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/yaml-snakeyaml-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/yammer-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/zendesk-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/zipfile-dataformat.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/zipkin.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/zookeeper-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/components/2.x/zookeeper-master-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 </urlset>
\ No newline at end of file
diff --git a/sitemap-manual.xml b/sitemap-manual.xml
index eea8ec6..4e3f5a8 100644
--- a/sitemap-manual.xml
+++ b/sitemap-manual.xml
@@ -2,1314 +2,1374 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <url>
 <loc>https://camel.apache.org/manual/latest/advanced-configuration-of-camelcontext-using-spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/aggregate-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/architecture.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/async.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/asynchronous-routing-engine.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/backlog-tracer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/backlogdebugger.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bam-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bam.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/batch-config-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/batch-consumer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bean-binding.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bean-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bean-injection.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/bean-integration.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/binding.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/book-getting-started.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/books.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/browsable-endpoint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/building.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-3-migration-guide.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-boot.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-configuration-utilities.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-core.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-embedded-maven-goal.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-jar-dependencies.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-maven-archetypes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-maven-plugin.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camel-run-maven-goal.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/camelcontext.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/cep.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/change-data-capture.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/channel-adapter.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/choice-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/circuitBreaker-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/claimCheck-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/clustering.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/commercial-camel-offerings.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/competing-consumers.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/componentconfiguration.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/composed-message-processor.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/configuring-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/configuring-route-startup-ordering-and-autostartup.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/console-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/constant-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/content-based-router-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/content-enricher.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/content-filter-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/contributing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/convertBodyTo-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/correlation-identifier.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/creating-a-new-spring-based-camel-route.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/cronscheduledroutepolicy.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/customLoadBalancer-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/data-format.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dead-letter-channel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/debugger.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/defaulterrorhandler.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/delay-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/delay-interceptor.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dependency-injection.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dozer-type-conversion.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dsl.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/durable-subscriber.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dynamic-router.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/dynamicRouter-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/endpoint-annotations.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/endpoint-completer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/endpoint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/enrich-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/enterprise-integration-patterns.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/error-handler.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/error-handling-in-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/event-message.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/eventDrivenConsumer-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/examples.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/exception-clause.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/exchange-pattern.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/exchange.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/exchangeProperty-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/expression.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/failover-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/can-i-get-commercial-support.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/classloader-issue-of-servicemix-camel-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/does-camel-work-on-ibms-jdk.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/exception-beandefinitionstoreexception.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/exception-javaxnamingnoinitialcontextexception.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/exception-orgapachecamelnosuchendpointexception.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/exception-orgxmlsaxsaxparseexception.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-can-i-create-a-custom-component-or-endpoint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-can-i-get-the-remote-connection-ip-address-from-the-camel-cxf-consumer-.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-can-i-get-the-source-code.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-can-i-stop-a-route-from-a-route.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-can-webservice-clients-see-remote-faults-with-stacktraces-when-using-camel-cxf.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-become-a-committer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-change-the-logging.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-compile-the-code.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-configure-endpoints.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-configure-password-options-on-camel-endpoints-without-the-value-being-encoded.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-configure-the-default-maximum-cache-size-for-producercache-or-producertemplate.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-configure-the-maximum-endpoint-cache-size-for-camelcontext.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-debug-my-route.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-disable-jmx.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-edit-the-website.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-enable-debug-logging.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-enable-streams-when-debug-logging-messages-in-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-handle-failures-when-consuming-for-example-from-a-ftp-server.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-import-rests-from-other-xml-files.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-import-routes-from-other-xml-files.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-invoke-camel-routes-from-jbi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-let-jetty-match-wildcards.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-make-my-jms-endpoint-transactional.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-name-my-routes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-restart-camelcontext.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-retrieve-the-thrown-exception-during-processing-an-exchange.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-retry-failed-messages-forever.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-retry-processing-a-message-from-a-certain-point-back-or-an-entire-route.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-reuse-the-contexttestsupport-class-in-my-unit-tests.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-run-activemq-and-camel-in-jboss.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-run-camel-using-java-webstart.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-set-the-max-chars-when-debug-logging-messages-in-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-set-the-mep-when-interacting-with-jbi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-specify-time-period-in-a-human-friendly-syntax.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-specify-which-method-to-use-when-using-beans-in-routes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-a-big-uber-jar.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-camel-inside-servicemix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-java-14-logging.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-log4j.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-spring-property-placeholder-with-camel-xml.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-use-uris-with-parameters-in-xml.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-i-write-a-custom-processor-which-sends-multiple-messages.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-the-direct-event-seda-and-vm-endpoints-compare.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-do-the-timer-and-quartz-endpoints-compare.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-compare-to-mule.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-compare-to-servicemix-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-compare-to-servicemix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-compare-to-synapse.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-look-up-beans-and-endpoints.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-work-with-activemq.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-work-with-servicemix.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-camel-work.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-the-camel-api-compare-to.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-does-the-website-work.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-should-i-invoke-my-pojos-or-spring-services.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-should-i-package-applications-using-camel-and-activemq.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-avoid-importing-bunch-of-cxf-packages-when-start-up-the-camel-cxf-endpoint-from-osgi-platform-.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-avoid-sending-some-or-all-message-headers.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-define-a-static-camel-converter-method-in-scala.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-remove-the-http-protocol-headers-in-the-camel-message.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-send-the-same-message-to-multiple-endpoints.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-switch-the-cxf-consumer-between-http-and-https-without-touching-the-spring-configuration.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-use-a-dynamic-uri-in-to.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/how-to-use-extra-camel-componets-in-servicemix-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/if-i-use-servicemix-when-should-i-use-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/is-camel-an-esb.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/is-camel-ioc-friendly.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/is-there-an-ide.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/memory-leak-when-adding-and-removing-routes-at-runtime.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/running-camel-standalone.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/should-i-deploy-camel-inside-the-activemq-broker-or-in-another-application.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/using-camel-core-testsjar.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/using-getin-or-getout-methods-on-exchange.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-are-the-dependencies.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-is-a-router.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-is-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-is-the-license.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-jars-do-i-need.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/what-platforms-are-supported.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-cant-i-use-sign-in-my-password.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-do-camel-throw-so-many-noclassdeffoundexception-on-startup.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-do-my-message-lose-its-headers-during-routing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-camel-use-too-many-threads-with-producertemplate.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-ftp-component-not-download-any-files.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-maven-not-download-dependencies.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-my-file-consumer-not-pick-up-the-file-and-how-do-i-let-the-file-consumer-use-the-camel-error-handler.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-my-jms-route-only-consume-one-message-at-once.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-does-useoriginalmessage-with-error-handler-not-work-as-expected.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-is-my-message-body-empty.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-is-my-processor-not-showing-up-in-jconsole.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-is-the-exception-null-when-i-use-onexception.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-the-name-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/faq/why-use-multiple-camelcontext.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/file-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/filter-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/fluent-builders.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/from-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/getting-started.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/graceful-shutdown.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/guaranteed-delivery.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/header-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/health-check.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/hiding-middleware.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/http-session-handling.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/http-session.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/hystrix-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/hystrixConfiguration-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/idempotentConsumer-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/index.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/injector.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/inOnly-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/inOut-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/intercept.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/inversion-of-control-with-smart-defaults.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/irc-room.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/java-dsl.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/jmx.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/jndi.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/json.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/karaf.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/languages.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/lifecycle.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/loadBalance-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/log-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/loop-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/mailing-lists.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/marshal-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message-bus.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message-channel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/message-dispatcher.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message-endpoint.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/message-expiration.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/message-history.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message-router.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message-translator.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/message.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/messaging-bridge.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/messaging-gateway.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/messaging-mapper.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/multicast-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/normalizer.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/oncompletion.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/onFallback-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/otherwise-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/parameter-binding-annotations.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/pipeline-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/pluggable-class-resolvers.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/point-to-point-channel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/pojo-consuming.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/pojo-producing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/pollEnrich-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/polling-consumer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/predicate.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/process-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/processor.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/producertemplate.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/properties-component.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/publish-subscribe-channel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/random-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/recipientList-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/ref-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/registry.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/release-guide.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/removeHeader-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/removeHeaders-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/removeProperties-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/removeProperty-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/request-reply.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/requestReply-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/resequence-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/resilience4j-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/resilience4jConfiguration-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/rest-dsl.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/return-address.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/rollback-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/roundRobin-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/route-builder.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/route-policy.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/routes.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/routingSlip-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/running-examples.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/saga-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/sample-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/scatter-gather.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/scheduledroutepolicy.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/script-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/scripting-languages.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/security.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/selective-consumer.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
+</url>
+<url>
+<loc>https://camel.apache.org/manual/latest/service-activator.html</loc>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/service-registry.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/serviceCall-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/servicepool.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/servlet-tomcat-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/setBody-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/setHeader-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/setOutHeader-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/setProperty-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/simple-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/simplescheduledroutepolicy.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/sort-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/split-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/spring-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/spring-remoting.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/spring-testing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/spring-xml-extensions.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/spring.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/step-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/sticky-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/stop-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/stream-caching.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/stream-config-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/support.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/team.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/templating.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/testing.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/threading-model.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/threads-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/throttle-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/to-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/toD-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/tokenize-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/topic-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/tracer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/transactional-client.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/transactionerrorhandler.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/transform-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/transformer.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/transport.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/try-catch-finally.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/type-converter.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/unmarshal-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/uris.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/user-stories.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/using-exchange-pattern-annotations.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/using-osgi-blueprint-with-camel.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/using-propertyplaceholder.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/using-this-pattern.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/uuidgenerator.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/validate-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/validator.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/walk-through-an-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/walk-through-another-example.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/weighted-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/what-are-the-dependencies.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/when-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/wireTap-eip.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/writing-components.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/xml-configuration.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/xml-reference.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 <url>
 <loc>https://camel.apache.org/manual/latest/xtokenize-language.html</loc>
-<lastmod>2019-11-19T22:39:53.515Z</lastmod>
+<lastmod>2019-11-20T12:51:40.545Z</lastmod>
 </url>
 </urlset>
\ No newline at end of file