mirror of https://github.com/apache/activemq.git
Don't setup an SssContext by default, so that system properties can be used to configure the ssl settings.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@666646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b27e761c7
commit
6453ebbd12
|
@ -178,7 +178,7 @@ public class BrokerService implements Service {
|
||||||
private List<Runnable> shutdownHooks= new ArrayList<Runnable>();
|
private List<Runnable> shutdownHooks= new ArrayList<Runnable>();
|
||||||
private boolean systemExitOnShutdown;
|
private boolean systemExitOnShutdown;
|
||||||
private int systemExitOnShutdownExitCode;
|
private int systemExitOnShutdownExitCode;
|
||||||
private SslContext sslContext = new SslContext();
|
private SslContext sslContext;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
String localHostName = "localhost";
|
String localHostName = "localhost";
|
||||||
|
|
Loading…
Reference in New Issue