[
https://issues.apache.org/jira/browse/ARTEMIS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15363286#comment-15363286
]
ASF GitHub Bot commented on ARTEMIS-584:
----------------------------------------
GitHub user jbertram opened a pull request:
https://github.com/apache/activemq-artemis/pull/621
ARTEMIS-584 add validated user to msg
Implements a new feature to aid in security auditing by adding the name
of the validated user to the messages it sends.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-584
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/621.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 #621
----
commit 1a6bd8863c56bd3c6c8817261fa5afa738a444f1
Author: jbertram <[email protected]>
Date: 2016-06-29T02:33:44Z
ARTEMIS-584 add validated user to msg
Implements a new feature to aid in security auditing by adding the name
of the validated user to the messages it sends.
----
> Add an option to populate JMSXUserID
> ------------------------------------
>
> Key: ARTEMIS-584
> URL: https://issues.apache.org/jira/browse/ARTEMIS-584
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Lionel Cons
> Assignee: Justin Bertram
>
> ActiveMQ 5.x can be configured to set JMSXUserID to the authenticated user,
> see http://activemq.apache.org/jmsxuserid.html.
> This feature is very important for auditing purposes, to find out who sent a
> given message.
> Please add a similar functionality to Artemis, including with STOMP mapping.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)