NO-JIRA changing accept port
This will clash if you have jenkins running on a default 8080 port.
This commit is contained in:
parent
132af01595
commit
24b546f84e
|
@ -91,7 +91,7 @@ public class NettyConnectorWithHTTPUpgradeTest extends ActiveMQTestBase {
|
||||||
|
|
||||||
private static final SimpleString QUEUE = new SimpleString("NettyConnectorWithHTTPUpgradeTest");
|
private static final SimpleString QUEUE = new SimpleString("NettyConnectorWithHTTPUpgradeTest");
|
||||||
|
|
||||||
private static final int HTTP_PORT = 8080;
|
private static final int HTTP_PORT = 8789;
|
||||||
|
|
||||||
private Configuration conf;
|
private Configuration conf;
|
||||||
private ActiveMQServer server;
|
private ActiveMQServer server;
|
||||||
|
|
Loading…
Reference in New Issue