This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit e1f84ea45b0dd70cad459e4e916f227c020cda1c
Author: Clebert Suconic <[email protected]>
AuthorDate: Mon Nov 27 15:36:20 2023 -0500

    ARTEMIS-3932 Fixing DuplciateRecordIdTest
---
 .../artemis/tests/integration/journal/DuplicateRecordIdTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/DuplicateRecordIdTest.java
 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/DuplicateRecordIdTest.java
index 51dc0c6443..751ebab2bb 100644
--- 
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/DuplicateRecordIdTest.java
+++ 
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/journal/DuplicateRecordIdTest.java
@@ -37,7 +37,7 @@ public class DuplicateRecordIdTest extends ActiveMQTestBase {
    @Before
    public void setUp() throws Exception {
       super.setUp();
-      server = createServer(false, 
createDefaultInVMConfig().addAddressSetting("#", new 
AddressSettings().setDeadLetterAddress(new 
SimpleString("dlq")).setExpiryAddress(new SimpleString("dlq"))));
+      server = createServer(false, 
createDefaultInVMConfig().addAddressSetting("#", new 
AddressSettings().setDeadLetterAddress(new 
SimpleString("dlq")).setExpiryAddress(new 
SimpleString("dlq")).setSlowConsumerPolicy(SlowConsumerPolicy.NOTIFY).setAddressFullMessagePolicy(AddressFullMessagePolicy.BLOCK)));
       server.getConfiguration().setPersistenceEnabled(true);
    }
 

Reply via email to