mirror of https://github.com/apache/activemq.git
Adding some java keystore and truststore files so that we can configure an ssl connector out of the box.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@465737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da7ae39320
commit
c3f41326ef
|
@ -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>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue