GitHub user michaelandrepearce opened a pull request:
https://github.com/apache/activemq-artemis/pull/2161
ARTEMIS-1951 allow queue's user to be updated
Fix so that it only updates if not null, to avoid user being unset from
existing api's,
This is similar to other values, that only change the value when not null.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/michaelandrepearce/activemq-artemis
ARTEMIS-1951
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2161.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 #2161
----
commit 7c35fc5ef89f084e6bcbe551f35216a65ba3ae27
Author: Michael André Pearce <michael.andre.pearce@...>
Date: 2018-06-25T12:55:16Z
ARTEMIS-1951 allow queue's user to be updated
Fix so that it only updates if not null, to avoid user being unset from
existing api's,
This is similar to other values, that only change the value when not null.
----
---