GitHub user mohamnag opened a pull request:
https://github.com/apache/activemq-artemis/pull/1982
JUnit rules to be usable against external secured broker
as a companion to https://issues.apache.org/jira/browse/ARTEMIS-1778 this
will allow using junit rules to be used against an external secured broker.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mohamnag/activemq-artemis patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1982.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 #1982
----
commit c85f30fbaee6d44e2cd49f88c3c95339c98213d8
Author: Mohammad Naghavi <mohamnag@...>
Date: 2018-03-29T21:19:46Z
username and passowrd as part of junit rule
enable username and passowrd to be provided as part of junit rule
commit eee7e59442f307c620835d6cb0b400c3bb68c028
Author: Mohammad Naghavi <mohamnag@...>
Date: 2018-03-29T21:49:10Z
adding username and password for all junit rules
----
---