[
https://issues.apache.org/jira/browse/AMQ-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373383#comment-15373383
]
ASF subversion and git services commented on AMQ-6353:
------------------------------------------------------
Commit 16c487a7b9ba54c013254a1c642d31eba86acc8b in activemq's branch
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=16c487a ]
https://issues.apache.org/jira/browse/AMQ-6353
Fix and test for encoding the correlation Id value to the ActiveMQ
message object's string value
> AMQP: Using JMS Transformer, preserve the type of the original CorrelationId
> ----------------------------------------------------------------------------
>
> Key: AMQ-6353
> URL: https://issues.apache.org/jira/browse/AMQ-6353
> Project: ActiveMQ
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 5.13.3
> Reporter: Timothy Bish
> Assignee: Timothy Bish
> Fix For: 5.14.0, 5.13.4
>
>
> When transforming the incoming message using the JMS Transformer the type of
> the incoming correlation ID is lost when stored in the string value in the
> Message object, we need to preserve that type as this is meant to be
> immutable. Because the ActiveMQMessage object's only have a text value for
> correlation ID we need to encode the incoming value to a string form and
> apply prefix values to allow for re-encoding the correlation to the original
> type on the way out.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)