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 2021/02/17 13:47:36 UTC

[camel] branch camel-3.8.x updated: Removed refs to aws-sqs

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

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


The following commit(s) were added to refs/heads/camel-3.8.x by this push:
     new 9da291a  Removed refs to aws-sqs
9da291a is described below

commit 9da291a0f63fc32062dd3026f0a3790ad0615632
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 17 14:46:44 2021 +0100

    Removed refs to aws-sqs
---
 .../src/main/docs/modules/eips/pages/message-expiration.adoc             | 1 -
 .../src/main/docs/modules/eips/pages/polling-consumer.adoc               | 1 -
 2 files changed, 2 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
index 3f14e8f..2a2e379 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-expiration.adoc
@@ -13,7 +13,6 @@ Set the Message Expiration to specify a time limit how long the message is viabl
 
 Message expiration is supported by some Camel components such as xref:components::jms-component.adoc[JMS]
 or which allows to set a time-to-live value on messages sent to the broker.
-The xref:3.8.x@components::aws-sqs-component.adoc[AWS SQS] supports message expiration using its _message visibility_ settings.
 
 TIP: When using message expiration then mind about keeping clock's synchronized among the systems.
 
diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
index 8dcfb16..fea4a93 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/polling-consumer.adoc
@@ -182,7 +182,6 @@ For more details see:
 ** xref:components::quartz-component.adoc[Quartz]
 ** xref:components::snmp-component.adoc[SNMP]
 ** xref:components::aws-s3-component.adoc[AWS-S3]
-** xref:3.8.x@components::aws-sqs-component.adoc[AWS-SQS]
 
 [[PollingConsumer-ScheduledPollConsumerOptions]]
 === ScheduledPollConsumer Options