You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Luca Burgazzoli (Jira)" <ji...@apache.org> on 2022/03/17 16:20:00 UTC

[jira] [Created] (CAMEL-17816) aws2-sqs: suport byte arrays when mapping camel headers to sqs attribute

Luca Burgazzoli created CAMEL-17816:
---------------------------------------

             Summary: aws2-sqs: suport byte arrays when mapping camel headers to sqs attribute
                 Key: CAMEL-17816
                 URL: https://issues.apache.org/jira/browse/CAMEL-17816
             Project: Camel
          Issue Type: Improvement
          Components: camel-aws2
            Reporter: Luca Burgazzoli


If a camel header value is of type byte array, then it cannot be serialized to a  Sqs MessageAttribute:

{code}
Cannot put the message header key=foo, value=[98, 97, 114] into Sqs MessageAttribute
{code}

It would be nice to support it.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)