mirror of https://github.com/apache/activemq.git
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:
parent
eccb337303
commit
3c4d09d749
|
@ -89,19 +89,19 @@ public class ProxyTestSupport extends BrokerTestSupport {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getRemoteURI() {
|
protected String getRemoteURI() {
|
||||||
return "tcp://localhost:7001";
|
return "tcp://localhost:6171";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getLocalURI() {
|
protected String getLocalURI() {
|
||||||
return "tcp://localhost:6001";
|
return "tcp://localhost:6161";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getRemoteProxyURI() {
|
protected String getRemoteProxyURI() {
|
||||||
return "tcp://localhost:7002";
|
return "tcp://localhost:6162";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected String getLocalProxyURI() {
|
protected String getLocalProxyURI() {
|
||||||
return "tcp://localhost:6002";
|
return "tcp://localhost:6172";
|
||||||
}
|
}
|
||||||
|
|
||||||
protected StubConnection createConnection() throws Exception {
|
protected StubConnection createConnection() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue