mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
This commit fixes the following things: - Moves connection audit logging to the resource audit logger instead of using a dedicated logger as that would adversely impact upgrading users, and arguably didn't make sense in the first place. - Mitigates an potential NPE w.r.t. connection ID. - Updates the "dummy" management connection to return a valid connection ID.