mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-02 15:29:13 +00:00
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 int HTTP_PORT = 8080;
|
||||
private static final int HTTP_PORT = 8789;
|
||||
|
||||
private Configuration conf;
|
||||
private ActiveMQServer server;
|
||||
|
Loading…
x
Reference in New Issue
Block a user