[
https://issues.apache.org/jira/browse/ARTEMIS-1018?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16636186#comment-16636186
]
ASF GitHub Bot commented on ARTEMIS-1018:
-----------------------------------------
Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2340#discussion_r222129384
--- 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 --
Should be fixed in the latest push.
> Duplicate error ids on different error messages
> -----------------------------------------------
>
> Key: ARTEMIS-1018
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1018
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.0.0
> Reporter: Jiri Daněk
> Priority: Minor
>
> Some messages happen to have the same id, for example
> {noformat}
> @Message(id = 119019, value = "Session is closed")
> ActiveMQObjectClosedException sessionClosed();
> @Message(id = 119019, value = "Queue already exists {0}", format =
> Message.Format.MESSAGE_FORMAT)
> ActiveMQQueueExistsException queueAlreadyExists(SimpleString queueName);
> {noformat}
> (I stumbled upon this when trying to send message from
> artemis-jms-client-1.5.4 to artemis-server-2.0.0; I searched for the message
> code of the message I got and got two results, instead of one.)
> It may not be a problem, since one is ActiveMQClientMessageBundle and the
> other is ActiveMQMessage bundle, but still.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)