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/11/04 17:33:23 UTC

[camel] 04/04: CAMEL-17167 - Camel-AWS2-SQS: Message attributes can be at most 10

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

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

commit b02a5190f5fca5f32401e942c7cc9cb7070ddfee
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 18:32:20 2021 +0100

    CAMEL-17167 - Camel-AWS2-SQS: Message attributes can be at most 10
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
index b585e69..c66979e 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_13.adoc
@@ -118,3 +118,7 @@ Rendering of api docs is now only supported for the same CamelContext.
 
 The `fireNow` parameter was removed because have no effect.
 The `triggerStartDelay` parameter supports negative value to shift trigger start time in the past. It allows to fire the trigger immediately by configured `MISFIRE_INSTRUCTION_FIRE_ONCE_NOW`.
+
+=== camel-aws2-sqs
+
+Since the maximum number of attributes per SQS message is 10, we are limiting the number of headers to be converted to attributes to 10.