mattrpav commented on a change in pull request #795:
URL: https://github.com/apache/activemq/pull/795#discussion_r821836816



##########
File path: 
activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerRedeliveryTest.java
##########
@@ -146,6 +146,7 @@ public void testNoScheduledRedeliveryOfDuplicates() throws 
Exception {
 
         PolicyEntry policyEntry = new PolicyEntry();
         policyEntry.setUseCache(false); // disable the cache such that 
duplicates are not suppressed on send
+        policyEntry.setSendDuplicateFromStoreToDLQ(true);

Review comment:
       Nice catch. This is a good example of how dupe from store can occur as 
well.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to