You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 22:26:21 UTC

[jira] [Commented] (ARTEMIS-629) AMQP: Preserve the type of the original CorrelationId as messages are transformed

    [ https://issues.apache.org/jira/browse/ARTEMIS-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15373819#comment-15373819 ] 

ASF GitHub Bot commented on ARTEMIS-629:
----------------------------------------

GitHub user tabish121 opened a pull request:

    https://github.com/apache/activemq-artemis/pull/631

    ARTEMIS-629 Preserve the correlation ID type during conversions

    When converted to a core message type the original type of the
    CorrelationId in the AMQP message is lost, we must encode the type to
    prevent the loss of the original type as this value is meant to be
    immutable.

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

    $ git pull https://github.com/tabish121/activemq-artemis ARTEMIS-629

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

    https://github.com/apache/activemq-artemis/pull/631.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 #631
    
----
commit f489f391cad8e7c278511c59f81e9fcafdd072c9
Author: Timothy Bish <ta...@gmail.com>
Date:   2016-07-12T22:18:26Z

    ARTEMIS-629 Preserve the correlation ID type during conversions
    
    When converted to a core message type the original type of the
    CorrelationId in the AMQP message is lost, we must encode the type to
    prevent the loss of the original type as this value is meant to be
    immutable.

----


> AMQP: Preserve the type of the original CorrelationId as messages are transformed
> ---------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-629
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-629
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 1.3.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 1.4.0
>
>
> 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. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)