Fixing the ssl context config

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@666658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-06-11 13:26:13 +00:00
parent 1dc4b25c82
commit 1e7776ebd2
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
-->
<sslContext>
<sslContext keyStore="file:${activemq.base}/conf/dummy.keystore" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/>
<sslContext keyStore="file:${activemq.base}/conf/broker.ks" keyStorePassword="password" trustStore="file:${activemq.base}/conf/broker.ts" trustStorePassword="password"/>
</sslContext>
<!-- The maximum about of space the broker will use before slowing down producers -->