clebertsuconic commented on code in PR #6025:
URL: https://github.com/apache/activemq-artemis/pull/6025#discussion_r2491873968


##########
artemis-unit-test-support/src/main/java/org/apache/activemq/artemis/tests/extensions/PortCheckExtension.java:
##########
@@ -59,7 +59,7 @@ public static boolean checkAvailable(int port) {
       ServerSocket s = null;
       try {
          s = new ServerSocket();
-         s.bind(new InetSocketAddress("localhost", 61616));
+         s.bind(new InetSocketAddress("localhost", port));

Review Comment:
   I brought this change alone into main... as this is not really related to 
your change.
   
   
   if you could rebase it... it looks good to me.. merge it if tests are okay.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to