Github user jdanekrh commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2340#discussion_r222116889
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
---
@@ -69,6 +54,21 @@
import org.jboss.logging.annotations.MessageLogger;
import org.w3c.dom.Node;
+/**
+ * Logger Code 22
+ *
+ * each message id must be 6 digits long starting with 10, the 3rd digit
donates the level so
--- End diff --
> starting with 10
this is no longer true, I think
---