We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca55d4e commit 4b73ee5Copy full SHA for 4b73ee5
modules/solace/src/test/java/org/testcontainers/solace/SolaceContainerAMQPTest.java
@@ -6,6 +6,9 @@
6
import org.slf4j.Logger;
7
import org.slf4j.LoggerFactory;
8
9
+import java.util.concurrent.CountDownLatch;
10
+import java.util.concurrent.TimeUnit;
11
+
12
import javax.jms.Connection;
13
import javax.jms.ConnectionFactory;
14
import javax.jms.JMSException;
@@ -14,8 +17,6 @@
17
import javax.jms.Session;
15
18
import javax.jms.TextMessage;
16
19
import javax.jms.Topic;
-import java.util.concurrent.CountDownLatch;
-import java.util.concurrent.TimeUnit;
20
21
import static org.assertj.core.api.Assertions.assertThat;
22
0 commit comments