You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/12/20 23:59:00 UTC

[jira] [Commented] (ARTEMIS-1569) Queue - User Enhancement

    [ https://issues.apache.org/jira/browse/ARTEMIS-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16299285#comment-16299285 ] 

ASF GitHub Bot commented on ARTEMIS-1569:
-----------------------------------------

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1736

    ARTEMIS-1569 - Queue - User Enhancement

    Expose User associated with creating Queue on JMX QueueControl (as attribute) 
    Allow setting of the user to associate with creating the queue when configured in broker.xml (before only if created over wire is it possible to set the user)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1569

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1736.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1736
    
----
commit 7815c3e10d17cff49864ee328f4af64151309857
Author: Michael André Pearce <mi...@...>
Date:   2017-12-20T23:45:54Z

    ARTEMIS-1569 - Queue - User Enhancement 
    
    Expose User associated with creating Queue on JMX QueueControl (as attribute) 
    Allow setting of the user to associate with creating the queue when configured in broker.xml (before only if created over wire is it possible to set the user)

----


> Queue - User Enhancement
> ------------------------
>
>                 Key: ARTEMIS-1569
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1569
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Michael Andre Pearce
>
> Currently a queue is tagged with the user who created it, if it is created over the wire.
> This leaves out keeping audit of the user who may have created if declared in broker.xml, as such should be possible to tag a queue with a user that would be associated with creation.
> Also whilst this is exposed over the bespoke views for the console (new panels), the attribute isn't exposed over JMX and is useful to capture.
> This JIRA is to implement both the ability to add a user tag to broker.xml to associate the creator user, and like wise simply expose the extra attribute in QueueControl JMX.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)