GitHub user memores opened a pull request:
https://github.com/apache/activemq-nms-openwire/pull/8
Added initialization for ssl properties
Added initialization for ssl properties from .config file.
We tryed to use ssl connection for our ActiveMQ instance and had some
trouble with exception message like "SSPI call failed". When I inherited by
SslTransportFactory and set SslProtocol param to "Tls12" everything became OK.
I think the good idea settings all properties from configuration.
Pls look that pull request carefully, because I wrote changes not in ide.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/memores/activemq-nms-openwire patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-nms-openwire/pull/8.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 #8
----
commit bce3e6e0296c3b6aa87f4949f7f9dcdf3b4600f5
Author: Pavel Dorovskii <pdorovsky@...>
Date: 2018-12-12T08:35:44Z
Added initialization for ssl properties
Added initialization for ssl properties from .config file.
We tryed to use ssl connection for our ActiveMQ instance and had some
trouble with exception message like "SSPI call failed". When I inherited by
SslTransportFactory and set SslProtocol param to "Tls12" everything became OK.
I think the good idea settings all properties from configuration.
----
---