Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
ActiveMQQueueLogger uses a single message ID from the middle of the range reserved for ActiveMQServerLogger. Different LogBundle classes should use their own specific code ranges. The work from ARTEMIS-5110 now ensures ActiveMQServerLogger cant accidentally use that code and prevents it clashing with ActiveMQQueueLogger for that code, but the same isnt true of other codes, and the reverse is not yet true.
Rather than trying to keep them from clashing, it would be better to consolidate the single message from ActiveMQQueueLogger back into ActiveMQServerLogger where its ID belongs. This can be done without breaking the existing use by adding ability to define a message-specific logger name.
Attachments
Issue Links
- links to