GitHub user cshannon opened a pull request:
https://github.com/apache/activemq-artemis/pull/1694
ARTEMIS-1538: Allow trustAll to apply from a connection URI
Previously when configuring a connectionFactory by URI this property was
ignored
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cshannon/activemq-artemis ARTEMIS-1538
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1694.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 #1694
----
commit 3d2e24d42929c599e58e75990cbe684b81167143
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2017-12-07T21:48:11Z
ARTEMIS-1538: Allow trustAll to apply from a connection URI
Previously when configuring a connectionFactory by URI this property was
ignored
----
---