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 2017/04/07 20:14:41 UTC

[jira] [Commented] (ARTEMIS-1101) Get of UserID and Timestamp incorrect in AMQPMessage

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

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

GitHub user tabish121 opened a pull request:

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

    ARTEMIS-1101 Read the correct values for timestamp and user-id

    Fix the getUserID and getTimestamp methods in AMQPMessage to read and
    return the correct values.  Adds some tests to cover these cases and
    cleans up some others.

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

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

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

    https://github.com/apache/activemq-artemis/pull/1187.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 #1187
    
----
commit 3b45261f1970871b63cd79ba9c9f92cadf599ce3
Author: Timothy Bish <ta...@gmail.com>
Date:   2017-04-07T20:12:58Z

    ARTEMIS-1101 Read the correct values for timestamp and user-id
    
    Fix the getUserID and getTimestamp methods in AMQPMessage to read and
    return the correct values.  Adds some tests to cover these cases and
    cleans up some others.

----


> Get of UserID and Timestamp incorrect in AMQPMessage
> ----------------------------------------------------
>
>                 Key: ARTEMIS-1101
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1101
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 2.0.0
>            Reporter: Timothy Bish
>            Assignee: Timothy Bish
>             Fix For: 2.next
>
>
> The getters that read the values for timestamp and userID from the AMQP Message object are reading incorrect values.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)