mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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>
|
||||
|
BIN
assembly/src/release/conf/broker-localhost.cert
Normal file
BIN
assembly/src/release/conf/broker-localhost.cert
Normal file
Binary file not shown.
BIN
assembly/src/release/conf/broker.ks
Normal file
BIN
assembly/src/release/conf/broker.ks
Normal file
Binary file not shown.
BIN
assembly/src/release/conf/client.ks
Normal file
BIN
assembly/src/release/conf/client.ks
Normal file
Binary file not shown.
BIN
assembly/src/release/conf/client.ts
Normal file
BIN
assembly/src/release/conf/client.ts
Normal file
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…
x
Reference in New Issue
Block a user