You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/27 14:26:39 UTC

[camel] branch master updated (95fb571 -> 669739f)

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

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


    from 95fb571  Adding netty deps to camel-coap feature, which are required for tcp connector
     new b97c1f1  Camel-AWS SQS: Updated docs
     new 669739f  Regen docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/aws-sqs-component.adoc     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Camel-AWS SQS: Updated docs

Posted by ac...@apache.org.
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 b97c1f12e2adf9359a92970a06961c30bde7b274
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 27 16:23:31 2019 +0200

    Camel-AWS SQS: Updated docs
---
 components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc b/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
index 89a046e..b9a7016 100644
--- a/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws-sqs/src/main/docs/aws-sqs-component.adoc
@@ -287,7 +287,7 @@ from("aws-sqs://MyQueue?amazonSQSClient=#client&delay=5000&maxMessagesPerPoll=5"
 .to("mock:result");
 ---------------------------------------------------------------------------------
 
-In this example if the MyQueue queue is not already created on AWS, it will be created with default parameters from the 
+In this example if the MyQueue queue is not already created on AWS (and the autoCreateQueue option is set to true), it will be created with default parameters from the 
 SQS configuration. If it's already up on AWS, the SQS configuration options will be used to override the existent AWS configuration.
 
 #### DelayQueue VS Delay for Single message


[camel] 02/02: Regen docs

Posted by ac...@apache.org.
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 669739f1d36d3b457f7ccbbbe1a10641cb3955ac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon May 27 16:24:50 2019 +0200

    Regen docs
---
 docs/components/modules/ROOT/pages/aws-sqs-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
index 89a046e..b9a7016 100644
--- a/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-sqs-component.adoc
@@ -287,7 +287,7 @@ from("aws-sqs://MyQueue?amazonSQSClient=#client&delay=5000&maxMessagesPerPoll=5"
 .to("mock:result");
 ---------------------------------------------------------------------------------
 
-In this example if the MyQueue queue is not already created on AWS, it will be created with default parameters from the 
+In this example if the MyQueue queue is not already created on AWS (and the autoCreateQueue option is set to true), it will be created with default parameters from the 
 SQS configuration. If it's already up on AWS, the SQS configuration options will be used to override the existent AWS configuration.
 
 #### DelayQueue VS Delay for Single message