clebertsuconic commented on code in PR #4656:
URL: https://github.com/apache/activemq-artemis/pull/4656#discussion_r1387956298
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/QueueControlImpl.java:
##########
@@ -2048,6 +2048,37 @@ public void deliverScheduledMessages(String filter)
throws Exception {
}
}
+ @Override
+ public String verifyConnections() throws Exception {
Review Comment:
hmmm... I need a better name for this method...
getInvalidConnections()
inspectInvalidConnections
any other ideas?
--
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]