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

commit 32967fb7319cc516af4a874c1ca8c421eb56aebe
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 11 14:40:42 2021 +0100

    Regen
---
 docs/components/modules/ROOT/pages/aws2-sqs-component.adoc | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc 
b/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
index 2a14414..d766b6f 100644
--- a/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws2-sqs-component.adoc
@@ -1,7 +1,7 @@
 [[aws2-sqs-component]]
 = AWS 2 Simple Queue Service (SQS) Component
 //THIS FILE IS COPIED: EDIT THE SOURCE FILE:
-:page-source: 
components/camel-aws2-sqs/bin/src/main/docs/aws2-sqs-component.adoc
+:page-source: components/camel-aws2-sqs/src/main/docs/aws2-sqs-component.adoc
 :docTitle: AWS 2 Simple Queue Service (SQS)
 :artifactId: camel-aws2-sqs
 :description: Sending and receive messages to/from AWS SQS service using AWS 
SDK version 2.x.
@@ -45,7 +45,7 @@ The queue will be created if they don't already exists. +
 
 
 // component options: START
-The AWS 2 Simple Queue Service (SQS) component supports 40 options, which are 
listed below.
+The AWS 2 Simple Queue Service (SQS) component supports 41 options, which are 
listed below.
 
 
 
@@ -75,6 +75,7 @@ The AWS 2 Simple Queue Service (SQS) component supports 40 
options, which are li
 | *serverSideEncryptionEnabled* (consumer) | Define if Server Side Encryption 
is enabled or not on the queue | false | boolean
 | *visibilityTimeout* (consumer) | The duration (in seconds) that the received 
messages are hidden from subsequent retrieve requests after being retrieved by 
a ReceiveMessage request to set in the 
com.amazonaws.services.sqs.model.SetQueueAttributesRequest. This only make 
sense if its different from defaultVisibilityTimeout. It changes the queue 
visibility timeout attribute permanently. |  | Integer
 | *waitTimeSeconds* (consumer) | Duration in seconds (0 to 20) that the 
ReceiveMessage action call will wait until a message is in the queue to include 
in the response. |  | Integer
+| *batchSeparator* (producer) | Set the separator when passing a String to 
send batch message operation | , | String
 | *delaySeconds* (producer) | Delay sending messages for a number of seconds. 
|  | Integer
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *messageDeduplicationIdStrategy* (producer) | Only for FIFO queues. Strategy 
for setting the messageDeduplicationId on the message. Can be one of the 
following options: useExchangeId, useContentBasedDeduplication. For the 
useContentBasedDeduplication option, no messageDeduplicationId will be set on 
the message. There are 2 enums and the value can be one of: useExchangeId, 
useContentBasedDeduplication | useExchangeId | String
@@ -121,7 +122,7 @@ with the following path and query parameters:
 |===
 
 
-=== Query Parameters (58 parameters):
+=== Query Parameters (59 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -155,6 +156,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. There are 3 enums and the value can be one of: InOnly, 
InOut, InOptionalOut |  | ExchangePattern
 | *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPollStrategy
+| *batchSeparator* (producer) | Set the separator when passing a String to 
send batch message operation | , | String
 | *delaySeconds* (producer) | Delay sending messages for a number of seconds. 
|  | Integer
 | *lazyStartProducer* (producer) | Whether the producer should be started lazy 
(on the first message). By starting lazy you can use this to allow CamelContext 
and routes to startup in situations where a producer may otherwise fail during 
starting and cause the route to fail being started. By deferring this startup 
to be lazy then the startup failure can be handled during routing messages via 
Camel's routing error handlers. Beware that when the first message is processed 
then creating and [...]
 | *messageDeduplicationIdStrategy* (producer) | Only for FIFO queues. Strategy 
for setting the messageDeduplicationId on the message. Can be one of the 
following options: useExchangeId, useContentBasedDeduplication. For the 
useContentBasedDeduplication option, no messageDeduplicationId will be set on 
the message. There are 2 enums and the value can be one of: useExchangeId, 
useContentBasedDeduplication | useExchangeId | String

Reply via email to