NO-JIRA changing accept port

This will clash if you have jenkins running on a default 8080 port.
This commit is contained in:
Clebert Suconic 2018-02-19 17:36:30 -05:00
parent 132af01595
commit 24b546f84e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ public class NettyConnectorWithHTTPUpgradeTest extends ActiveMQTestBase {
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 ActiveMQServer server;