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 <michael.andre.pearce@...>
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)
----
---