clebertsuconic commented on code in PR #4186:
URL: https://github.com/apache/activemq-artemis/pull/4186#discussion_r954900668
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/openwire/AdvisoryOpenWireTest.java:
##########
@@ -202,5 +205,24 @@ public void testConnectionAdvisory() throws Exception {
}
+ @Test
+ public void testXAdvisory() throws Exception {
+ final String QUEUE = "foo";
+ server.createQueue(new
QueueConfiguration(QUEUE).setRoutingType(RoutingType.ANYCAST));
+
+ try (Connection advisoryConnection = factory.createConnection();
+ Connection connection = factory.createConnection()) {
+
+ advisoryConnection.start();
+// final CountDownLatch
numConnectionsCreatedViaAdvisoryNotificationsLatch = new CountDownLatch(19);
Review Comment:
dead code...
that's about the only thing I'm going to ask here... just remove it
--
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]