Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-781

[Error Codes] same Error Code(s) defined in different places with different reasons

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • AMQ 7.2.2.GA
    • AMQ 7.0.2.GA
    • None
    • None
    • Release Notes
    • In previous releases of AMQ Broker, logging error codes were not unique for all broker log messages. The duplicate and conflicting logging error codes are now corrected.
    • Documented as Resolved Issue
    • AMQ Broker 1839

      t had been noted by a customer, that the error code (AMQ119032) is defined in org.apache.activemq.artemis.core.server.ActiveMQMessageBundle_$bundle as

      ~~~
      private static final String userNoPermissions = "AMQ119032: User:

      {0} does not have permission=''{1}'' on address {2}";
      ~~~

      and in org.apache.activemq.artemis.core.client.ActiveMQClientMessageBundle_$bundle in

      ~~~
      private static final String invalidType = "AMQ119032: Invalid type: {0}

      ";
      ~~~

      This pattern seems to occur multiple times between for different error code values in these 2 files.

            rhn-support-jbertram Justin Bertram
            rhn-support-pfox Patrick Fox (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: