diff --git a/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java b/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java index 57d4ea3e1a..c009187f3a 100755 --- a/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java +++ b/activemq-core/src/test/java/org/apache/activemq/proxy/ProxyTestSupport.java @@ -89,19 +89,19 @@ public class ProxyTestSupport extends BrokerTestSupport { } protected String getRemoteURI() { - return "tcp://localhost:7001"; + return "tcp://localhost:6171"; } protected String getLocalURI() { - return "tcp://localhost:6001"; + return "tcp://localhost:6161"; } protected String getRemoteProxyURI() { - return "tcp://localhost:7002"; + return "tcp://localhost:6162"; } protected String getLocalProxyURI() { - return "tcp://localhost:6002"; + return "tcp://localhost:6172"; } protected StubConnection createConnection() throws Exception {