summaryrefslogtreecommitdiff
path: root/qpid/java/test-provider.properties
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-01-13 16:12:28 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-01-13 16:12:28 +0000
commitf202e75d542a2ceec4855e2b6352193ac9ce0662 (patch)
tree76e55d621e965eda34d196c4c72d87325b0d13d5 /qpid/java/test-provider.properties
parent07c72937724f42424bfba7c9a1958bf4b5de59d8 (diff)
downloadqpid-python-f202e75d542a2ceec4855e2b6352193ac9ce0662.tar.gz
This is related to QPID-1572.
The SSL test profile runs the java client against the C++ broker using SSL connections git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734166 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-provider.properties')
-rw-r--r--qpid/java/test-provider.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/test-provider.properties b/qpid/java/test-provider.properties
index 7c9622630c..8066256f4f 100644
--- a/qpid/java/test-provider.properties
+++ b/qpid/java/test-provider.properties
@@ -21,6 +21,7 @@
connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672'
connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1'
+connectionfactory.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5671?ssl='true''
connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5673;tcp://localhost:5672'
connectionfactory.failover.vm = amqp://username:password@clientid/test?brokerlist='vm://:2;vm://:1'