summaryrefslogtreecommitdiff
path: root/java/broker/etc/config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/etc/config.xml')
-rw-r--r--java/broker/etc/config.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml
index 779a434332..0b4091efa5 100644
--- a/java/broker/etc/config.xml
+++ b/java/broker/etc/config.xml
@@ -24,8 +24,13 @@
<work>${QPID_WORK}</work>
<conf>${prefix}/etc</conf>
<connector>
- <ssl>false</ssl>
- <nonssl>true</nonssl>
+ <!-- Uncomment out this block and edit the keystorePath and keystorePassword
+ to enable SSL support
+ <ssl>
+ <enabled>true</enabled>
+ <keystorePath>/path/to/keystore.ks</keystorePath>
+ <keystorePassword>keystorepass</keystorePassword>
+ </ssl>-->
<qpidnio>true</qpidnio>
<transport>nio</transport>
<port>5672</port>