You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Craig (JIRA)" <ji...@apache.org> on 2018/05/11 21:14:00 UTC

[jira] [Created] (CAMEL-12507) SqsProducer support for Number custom data types

Craig created CAMEL-12507:
-----------------------------

             Summary: SqsProducer support for Number custom data types
                 Key: CAMEL-12507
                 URL: https://issues.apache.org/jira/browse/CAMEL-12507
             Project: Camel
          Issue Type: Improvement
          Components: camel-aws
    Affects Versions: 2.21.0, 2.20.3
            Reporter: Craig


According to [https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html] it is nice for SQS producers to use extended data types (ex "Number.int" instead of just "Number").

amazon-sqs-java-messaging-lib does this: [https://github.com/awslabs/amazon-sqs-java-messaging-lib/blob/1.0.4/src/main/java/com/amazon/sqs/javamessaging/SQSMessagingClientConstants.java#L39]

Camel should as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)