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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new aa2f323  Regen docs
aa2f323 is described below

commit aa2f323ceb2a5084224ad84991ccf96d982fe518
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 10 12:30:23 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/jclouds-component.adoc  | 2 +-
 docs/components/modules/ROOT/pages/rabbitmq-component.adoc | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/jclouds-component.adoc 
b/docs/components/modules/ROOT/pages/jclouds-component.adoc
index 2cfe745..0245e10 100644
--- a/docs/components/modules/ROOT/pages/jclouds-component.adoc
+++ b/docs/components/modules/ROOT/pages/jclouds-component.adoc
@@ -235,7 +235,7 @@ route.
 
 === Example 2: Getting/Reading from a blob
 
-This example will show you how you can read the contnet of a blob using
+This example will show you how you can read the content of a blob using
 the jclouds component.
 
 [source,java]
diff --git a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc 
b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
index f0dedb1..04eaddd 100644
--- a/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
+++ b/docs/components/modules/ROOT/pages/rabbitmq-component.adoc
@@ -134,7 +134,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (60 parameters):
+=== Query Parameters (61 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -173,6 +173,7 @@ with the following path and query parameters:
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. The value can be one of: InOnly, InOut, InOptionalOut |  | 
ExchangePattern
 | *threadPoolSize* (consumer) | The consumer uses a Thread Pool Executor with 
a fixed number of threads. This setting allows you to set that number of 
threads. | 10 | int
+| *allowCustomHeaders* (producer) | Allow pass custom values to header | false 
| boolean
 | *allowNullHeaders* (producer) | Allow pass null values to header | false | 
boolean
 | *bridgeEndpoint* (producer) | If the bridgeEndpoint is true, the producer 
will ignore the message header of rabbitmq.EXCHANGE_NAME and 
rabbitmq.ROUTING_KEY | false | boolean
 | *channelPoolMaxSize* (producer) | Get maximum number of opened channel in 
pool | 10 | int

Reply via email to