[ https://issues.apache.org/jira/browse/ARTEMIS-5132 ]
Robbie Gemmell deleted comment on ARTEMIS-5132:
-----------------------------------------
was (Author: jira-bot):
Commit 422446e033585c7d7a2e5877eab1ee352b5d32a8 in activemq-artemis's branch
refs/heads/dependabot/maven/owasp.version-11.0.0 from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=422446e033 ]
ARTEMIS-5132: consolidate ActiveMQQueueLogger into ActiveMQServerLogger
> consolidate ActiveMQQueueLogger into ActiveMQServerLogger
> ----------------------------------------------------------
>
> Key: ARTEMIS-5132
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5132
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Robbie Gemmell
> Assignee: Robbie Gemmell
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.39.0
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact