[
https://issues.apache.org/jira/browse/CAMEL-12641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16540096#comment-16540096
]
ASF GitHub Bot commented on CAMEL-12641:
----------------------------------------
GitHub user saravanakumar1987 opened a pull request:
https://github.com/apache/camel/pull/2420
Apache master
Please review PR for https://issues.apache.org/jira/browse/CAMEL-12641
Thanks,
Saravanakumar
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/saravanakumar1987/camel apache-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2420.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 #2420
----
commit 085736d21e074a07a2d19f0c3a57633005888d00
Author: Nicola Ferraro <ni.ferraro@...>
Date: 2017-04-11T16:05:12Z
CAMEL-11134: fix https4 configuration
commit 3ce78e0a92ba38234ccaf28b7a570168669e4440
Author: Nicola Ferraro <ni.ferraro@...>
Date: 2017-04-11T16:07:35Z
CAMEL-11134: enable ignored tests for https4
commit 9142fcb4cff088cf8a530c5cd135b0e16efb639a
Author: Nicola Ferraro <ni.ferraro@...>
Date: 2017-04-11T16:16:23Z
CAMEL-10650: fix documentation on http4 component
commit 9d63d6d238ce5c9c89ca0d2fc8e4ab83eb4d29c7
Author: Saravanakumar Selvaraj <saravanakumar.java@...>
Date: 2018-07-11T13:30:19Z
CAMEL-12641: Aws-sns and aws-sqs components not accepting Date type
message attributes
----
> Aws-sns and aws-sqs components not accepting Date type message attributes
> -------------------------------------------------------------------------
>
> Key: CAMEL-12641
> URL: https://issues.apache.org/jira/browse/CAMEL-12641
> Project: Camel
> Issue Type: Bug
> Components: camel-aws
> Affects Versions: 2.21.1
> Reporter: Saravanakumar Selvaraj
> Priority: Minor
>
> Camel aws-sns and aws-sqs components not accepting Date type message
> attributes. For example, the camel route like,
> {{ <from id="_from1" uri="timer://foo?repeatCount=1" />}}
> {{ <to id="_to1" uri="aws-sns://***/>}}
> fails with error while publishing the message.
> {{2018-07-11 18:49:49,109 [2 - timer://foo] WARN SnsProducer
> - Cannot put the message header key=firedTime,
> value=2018-07-11T18:49:49.090+0530 into Sns MessageAttribute}}
>
> Because it carries header _firedTime_ as java.util.Date
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)