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 98e661a7bd7d090a34806503bf2dfeff13c97cb9 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Feb 17 09:11:46 2021 +0100 CAMEL-16115 - Remove Camel-AWS-* components - AWS-SQS --- .../resources/org/apache/camel/catalog/docs/message-expiration.adoc | 1 - .../resources/org/apache/camel/catalog/docs/polling-consumer.adoc | 1 - .../src/main/docs/modules/eips/pages/message-expiration.adoc | 1 - .../src/main/docs/modules/eips/pages/polling-consumer.adoc | 1 - 4 files changed, 4 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/message-expiration.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/message-expiration.adoc index 07cd278..2a2e379 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/message-expiration.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/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: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/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/polling-consumer.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/polling-consumer.adoc index e11434d..58def54 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/polling-consumer.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/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:components::aws-sqs-component.adoc[AWS-SQS] [[PollingConsumer-ScheduledPollConsumerOptions]] === ScheduledPollConsumer Options 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 07cd278..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: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 e11434d..58def54 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:components::aws-sqs-component.adoc[AWS-SQS] [[PollingConsumer-ScheduledPollConsumerOptions]] === ScheduledPollConsumer Options
