[
https://issues.apache.org/jira/browse/ARTEMIS-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114816#comment-16114816
]
ASF GitHub Bot commented on ARTEMIS-1322:
-----------------------------------------
Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1442#discussion_r131461292
--- Diff:
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/cluster/distribution/NettySymmetricClusterTest.java
---
@@ -16,10 +16,79 @@
*/
package org.apache.activemq.artemis.tests.integration.cluster.distribution;
+import org.apache.activemq.artemis.api.core.client.ActiveMQClient;
+import org.apache.activemq.artemis.api.core.client.ClientSessionFactory;
+import org.apache.activemq.artemis.api.core.client.ServerLocator;
+import org.junit.Test;
+
public class NettySymmetricClusterTest extends SymmetricClusterTest {
@Override
protected boolean isNetty() {
return true;
}
+
+ @Test
+ public void testConnectionLoadBalancingUsingInitialConnectors() throws
Exception {
+ final String ADDRESS = "queues.testaddress";
+ final String QUEUE = "queue0";
+ final String URL = "(tcp://localhost:61616,tcp://localhost:61617)";
--- End diff --
I'm not sure what you mean by "a test using the URI."
> Add a ServerLocator option to ignore topology for load-balancing
> ----------------------------------------------------------------
>
> Key: ARTEMIS-1322
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1322
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Affects Versions: 2.2.0
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Fix For: 2.3.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)