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)