gemmellr commented on code in PR #5303: URL: https://github.com/apache/activemq-artemis/pull/5303#discussion_r1811014520
########## artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java: ########## @@ -1584,8 +1439,6 @@ void noQueueIdDefined(org.apache.activemq.artemis.api.core.Message message, @LogMessage(id = 224126, value = "Failure during protocol handshake on connection to {} from {}", level = LogMessage.Level.ERROR) void failureDuringProtocolHandshake(SocketAddress localAddress, SocketAddress remoteAddress, Throwable e); - // notice loggerID=224127 is reserved as it's been used at ActiveMQQueueLogger Review Comment: I think its fair to get rid of ActiveMQQueueLogger. I'd just collapse them into one, but in a way that didn't require changing the ID or name used, so its effectively externally unchanged. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For additional commands, e-mail: gitbox-h...@activemq.apache.org For further information, visit: https://activemq.apache.org/contact