You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jiri Danek (JIRA)" <ji...@apache.org> on 2016/07/18 10:55:20 UTC

[jira] [Created] (ARTEMIS-635) Message properties getJMSRedelivered and JMSXDeliveryCount are not implemented

Jiri Danek created ARTEMIS-635:
----------------------------------

             Summary: Message properties getJMSRedelivered and JMSXDeliveryCount are not implemented
                 Key: ARTEMIS-635
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-635
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Jiri Danek


The following test fails

{noformat}
$ mvn -Pactivemq5-unit-tests -Dtest=JMSDurableTopicRedeliverTest#testRedeliverNewSession test
{noformat}

Specifically, these two assertions regarding the the redelivered acked message are not fulfilled

{code}
assertTrue(ackMessage.getJMSRedelivered());
assertEquals(ackMessage.getIntProperty("JMSXDeliveryCount"), 2);
{code}

There is more activemq5 redelivery tests that fail on {{assertTrue(ackMessage.getJMSRedelivered())}}; Therefore I think this is not implemented in Artemis.



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