From 13d7c63732c5052c4cb743f8b389a114bc72779d 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 9d7dd193d0..0ffa9c5567 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 class JMSLVQTest extends JMSClientTestSupport { //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);