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:
Hiram R. Chirino 2008-06-11 12:52:03 +00:00
parent 4b27e761c7
commit 6453ebbd12
1 changed files with 1 additions and 1 deletions

View File

@ -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";