[
https://issues.apache.org/jira/browse/ARTEMIS-2640?focusedWorklogId=398875&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-398875
]
ASF GitHub Bot logged work on ARTEMIS-2640:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 06/Mar/20 02:37
Start Date: 06/Mar/20 02:37
Worklog Time Spent: 10m
Work Description: asfgit commented on pull request #2997: ARTEMIS-2640
mgmnt ops reporting wrong audit details
URL: https://github.com/apache/activemq-artemis/pull/2997
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 398875)
Time Spent: 0.5h (was: 20m)
> Audit log messages AMQ601065 and AMQ601072 interpolate the queue name into
> the user name field
> ----------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-2640
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2640
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.11.0
> Environment: Apache ActiveMQ Artemis 2.11.0
> Reporter: Keith Wall
> Assignee: Justin Bertram
> Priority: Minor
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> When queues are created or deleted over AMQP management, the audit logging
> that results interpolates the queue name into the place where the username
> ought to be.
> Two examples:
> 2020-03-03T12:53:56.095Z INFO [base] AMQ601065: User
> activemq.management.tmpreply.d47e01cc-192c-744d-8fd4-609cbbaa62f8 is creating
> a queue on target resource:
> ActiveMQServerImpl::serverUUID=04163e11-5d4e-11ea-89d1-0242ac110013 [with
> parameters: [ANYCAST,
> activemq.management.tmpreply.d47e01cc-192c-744d-8fd4-609cbbaa62f8, null,
> false, 1, true, false, -1, false, null, false, 0, -1, false, 0, 0, true, -1]]
> 2020-03-03T12:54:29.542Z INFO [base] AMQ601072: User example-queue-1 is
> deleting a queue on target resource:
> ActiveMQServerImpl::serverUUID=04163e11-5d4e-11ea-89d1-0242ac110013 [with
> parameters: [true, true]]
> it appears that
> org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl#createQueue(java.lang.String,
> java.lang.String, java.lang.String, java.lang.String, boolean, int, boolean,
> boolean, boolean, int, java.lang.String, boolean, java.lang.String, boolean,
> int, long, boolean, long, long, boolean, long) and
> org.apache.activemq.artemis.core.management.impl.ActiveMQServerControlImpl#destroyQueue(java.lang.String,
> boolean, boolean) simply pass the wrong arguments.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)