[
https://issues.apache.org/jira/browse/ARTEMIS-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-635.
------------------------------------
Resolution: Cannot Reproduce
> 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 Daněk
> Priority: Major
> Labels: compatibility
>
> 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
(v8.3.4#803005)