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

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

commit 170f5f08656afc2b17b404f6a67566dd71bf8a83
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Dec 5 16:07:06 2018 +0100

    CAMEL-12919 - Related docs added
---
 components/camel-aws/src/main/docs/aws-sqs-component.adoc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-aws/src/main/docs/aws-sqs-component.adoc 
b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
index 1130007..5aa2e6a 100644
--- a/components/camel-aws/src/main/docs/aws-sqs-component.adoc
+++ b/components/camel-aws/src/main/docs/aws-sqs-component.adoc
@@ -278,6 +278,11 @@ One important information to take into account is the 
following:
 as stated in the official documentation. If you want to specify a delay on 
single messages, you can ignore the delayQueue option, while you can set this 
option 
 to true, if you need to add a fixed delay to all messages enqueued.
 
+#### Server Side Encryption
+
+From 2.24.0 we introduce the Server Side Encryption attributes for a queue. 
The related option are serverSideEncryptionEnabled, keyMasterKeyId and 
kmsDataKeyReusePeriod.
+The SSE is disabled by default. You need to explicitly set the option to true 
and set the related parameters as queue attributes.
+
 ### Dependencies
 
 Maven users will need to add the following dependency to their pom.xml.

Reply via email to