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)