GitHub user candrews opened a pull request:

    https://github.com/apache/camel/pull/2282

    SQS Producer support for numeric attributes

    If a header of type `Number` is provided, map it to an SQS 
`MessageAttributeValue` of type "Number" with the`MessageAttributeValue`'s 
StringValue containing a string representation of the number.
    
    See 
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/candrews/camel patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2282.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2282
    
----
commit d0f7ce498b0d0f0d4febc5c806998643df91335f
Author: Craig Andrews <candrews@...>
Date:   2018-04-05T21:09:30Z

    SQS Producer support for numeric attributes
    
    If a header of type `Number` is provided, map it to an SQS 
`MessageAttributeValue` of type "Number" with the`MessageAttributeValue`'s 
StringValue containing a string representation of the number.
    
    See 
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-message-attributes.html

----


---

Reply via email to