Don't use port 6001 since that conflicts with X servers on windows.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@638359 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-03-18 13:33:10 +00:00
parent eccb337303
commit 3c4d09d749
1 changed files with 4 additions and 4 deletions

View File

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