Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.13.0
-
None
-
Unknown
Description
When you try to send a message using AWS SDK and provide more then 10 messageAttributes then you will get a clean error what happened, e.g.:
When using Camel the behavior is different - Camel is going to skip all messageAttributes after the first 10 ones. It won't throw anything nor log anything. So it leads to losing information without even knowing it.
Problematic place: Sqs2Producer#translateAttributes
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-17602 camel-aws2-sqs - Camel converts Number.Boolean messageAttribute into string "1" or "0" instead of Boolean
-
- Resolved
-
- links to