Author: chirino
Date: Thu May 15 06:22:41 2008
New Revision: 656648

URL: http://svn.apache.org/viewvc?rev=656648&view=rev
Log:
Adding the ssl context to the old config too


Modified:
    
activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.org/config/1.0

Modified: 
activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.org/config/1.0
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.org/config/1.0?rev=656648&r1=656647&r2=656648&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.org/config/1.0
 (original)
+++ 
activemq/trunk/activemq-core/src/main/resources/META-INF/services/org/apache/xbean/spring/http/activemq.org/config/1.0
 Thu May 15 06:22:41 2008
@@ -210,6 +210,8 @@
 
 simpleMessageGroupMapFactory = 
org.apache.activemq.broker.region.group.SimpleMessageGroupMapFactory
 
+sslContext = org.apache.activemq.spring.SpringSslContext
+
 statements = org.apache.activemq.store.jdbc.Statements
 
 storeCursor = 
org.apache.activemq.broker.region.policy.StorePendingQueueMessageStoragePolicy


Reply via email to