gtully commented on a change in pull request #3922:
URL: https://github.com/apache/activemq-artemis/pull/3922#discussion_r789874951



##########
File path: 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/balancing/ElasticQueueTest.java
##########
@@ -398,7 +407,7 @@ private void prepareNodesAndStartCombinedHeadTail() throws 
Exception {
          configuration.setName("Node" + nodeId);
          configuration.setBrokerInstance(new File(getTestDirfile(), 
configuration.getName()));
          configuration.addAcceptorConfiguration("tcp", "tcp://localhost:" + 
(base_port + (nodeId)) + "?redirect-to=" + balancerConfigName + 
";amqpCredits=1000;amqpMinCredits=300");
-         nodes.add(new EmbeddedActiveMQ().setConfiguration(configuration));
+         nodes.add(new 
EmbeddedActiveMQ().setConfiguration(configuration).setPropertiesResourcePath(null));

Review comment:
       It does need a way to turn it off so setting null is good. 
   Yes there is a file on the classpath, that changed the jmx name, I will fix 
that in another commit




-- 
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]


Reply via email to