GitHub user jmesnil opened a pull request:

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

    [ARTEMIS-1448] Fix Core to JMS conversion

    priority is stored as a byte in the ICoreMessage's map.
    It is stored then in a int when it is converted to JMS (as JMSPriority
    header is an Integer).
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1448

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

    $ git pull https://github.com/jmesnil/activemq-artemis 
ARTEMIS-1448_core_jms_conversion

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

    https://github.com/apache/activemq-artemis/pull/1571.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 #1571
    
----
commit 8c7eb63b7abcf38e1b75046184119bc17b063d32
Author: Jeff Mesnil <[email protected]>
Date:   2017-10-04T14:28:43Z

    [ARTEMIS-1448] Fix Core to JMS conversion
    
    priority is stored as a byte in the ICoreMessage's map.
    It is stored then in a int when it is converted to JMS (as JMSPriority
    header is an Integer).
    
    JIRA: https://issues.apache.org/jira/browse/ARTEMIS-1448

----


---

Reply via email to