You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/19 21:11:13 UTC

svn commit: r465737 - in /incubator/activemq/trunk/assembly/src/release/conf: activemq.xml broker-localhost.cert broker.ks client.ks client.ts log4j.properties

Author: chirino
Date: Thu Oct 19 12:11:13 2006
New Revision: 465737

URL: http://svn.apache.org/viewvc?view=rev&rev=465737
Log:
Adding some java keystore and truststore files so that we can configure an ssl connector out of the box.

Added:
    incubator/activemq/trunk/assembly/src/release/conf/broker-localhost.cert   (with props)
    incubator/activemq/trunk/assembly/src/release/conf/broker.ks   (with props)
    incubator/activemq/trunk/assembly/src/release/conf/client.ks   (with props)
    incubator/activemq/trunk/assembly/src/release/conf/client.ts   (with props)
Modified:
    incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
    incubator/activemq/trunk/assembly/src/release/conf/log4j.properties

Modified: incubator/activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/activemq.xml?view=diff&rev=465737&r1=465736&r2=465737
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/activemq.xml Thu Oct 19 12:11:13 2006
@@ -20,7 +20,7 @@
   <!-- Allows us to use system properties as variables in this configuration file -->
   <bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
   
-  <broker useJmx="true" xmlns="http://activemq.org/config/1.0">
+  <broker brokerName="localhost" useJmx="true" xmlns="http://activemq.org/config/1.0">
   
     <!--  Use the following to set the broker memory limit 
     <memoryManager>  

Added: incubator/activemq/trunk/assembly/src/release/conf/broker-localhost.cert
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/broker-localhost.cert?view=auto&rev=465737
==============================================================================
Binary file - no diff available.

Propchange: incubator/activemq/trunk/assembly/src/release/conf/broker-localhost.cert
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/activemq/trunk/assembly/src/release/conf/broker.ks
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/broker.ks?view=auto&rev=465737
==============================================================================
Binary file - no diff available.

Propchange: incubator/activemq/trunk/assembly/src/release/conf/broker.ks
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/activemq/trunk/assembly/src/release/conf/client.ks
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/client.ks?view=auto&rev=465737
==============================================================================
Binary file - no diff available.

Propchange: incubator/activemq/trunk/assembly/src/release/conf/client.ks
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/activemq/trunk/assembly/src/release/conf/client.ts
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/client.ts?view=auto&rev=465737
==============================================================================
Binary file - no diff available.

Propchange: incubator/activemq/trunk/assembly/src/release/conf/client.ts
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/activemq/trunk/assembly/src/release/conf/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/src/release/conf/log4j.properties?view=diff&rev=465737&r1=465736&r2=465737
==============================================================================
--- incubator/activemq/trunk/assembly/src/release/conf/log4j.properties (original)
+++ incubator/activemq/trunk/assembly/src/release/conf/log4j.properties Thu Oct 19 12:11:13 2006
@@ -18,7 +18,7 @@
 #
 # 
 #
-log4j.rootLogger=INFO, out
+log4j.rootLogger=INFO, stdout, out
 log4j.logger.org.apache.activemq.spring=WARN
 log4j.logger.org.springframework=WARN
 log4j.logger.org.apache.xbean.spring=WARN