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



##########
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:
       Having a way to do it is fine, but it doesnt seem like this test (or 
mostly any other) should need to do so.




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