[
https://issues.apache.org/jira/browse/CAMEL-12295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16379260#comment-16379260
]
ASF GitHub Bot commented on CAMEL-12295:
----------------------------------------
aldettinger commented on a change in pull request #2238: CAMEL-12295: Added an
option to Jms Endpoints so that they format JMS…
URL: https://github.com/apache/camel/pull/2238#discussion_r171064597
##########
File path:
components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
##########
@@ -491,6 +491,9 @@
+ " By enabling this option the message payload is read into memory in
chunks and each chunk is then written to the StreamMessage until no more data.")
private boolean streamMessageTypeEnabled;
+ @UriParam(label = "producer", description = "Sets whether JMS date
properties should be formatted according to the ISO 8601 standard.")
+ private boolean formatDatePropertiesToIso8601;
Review comment:
Thanks for input Claus. I will do so.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add an option to Jms Endpoints so that they format JMS date properties
> according to the ISO 8601 standard
> ---------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-12295
> URL: https://issues.apache.org/jira/browse/CAMEL-12295
> Project: Camel
> Issue Type: New Feature
> Components: camel-jms
> Reporter: Alex Dettinger
> Assignee: Alex Dettinger
> Priority: Minor
> Fix For: 2.22.0
>
>
> Find the inception context in [this
> discussion|http://camel.465427.n5.nabble.com/JMS-override-Camel-header-type-conversions-td5817516.html].
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)