From d6038ba2db07faae221052a3cab4229b3a376a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Andr=C3=A9=20Pearce?= Date: Sat, 9 Dec 2017 15:40:15 +0000 Subject: [PATCH] NO JIRA - Checkstyle fix --- .../activemq/artemis/tests/integration/amqp/JMSLVQTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java index 9d7dd193d00..0ffa9c55676 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSLVQTest.java @@ -135,7 +135,7 @@ public void testLVQ(Connection producerConnection, Connection consumerConnection //Simulate a small pause, else both messages could be consumed if consumer is fast enough Thread.sleep(10); - + Session consumerSession = consumerConnection.createSession(false, Session.AUTO_ACKNOWLEDGE); Queue consumerQueue = consumerSession.createQueue(LVQ_QUEUE_NAME); MessageConsumer consumer = consumerSession.createConsumer(consumerQueue);