You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2017/10/09 20:35:31 UTC

qpid-broker-j git commit: QPID-7953: [Java Tests] [Stress Test Tool] Fix typo in

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 029c67705 -> cf759cffd


QPID-7953: [Java Tests] [Stress Test Tool] Fix typo in


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/cf759cff
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/cf759cff
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/cf759cff

Branch: refs/heads/master
Commit: cf759cffd386ba8e63a921e82e7763683b2775f8
Parents: 029c677
Author: Keith Wall <ke...@gmail.com>
Authored: Mon Oct 9 21:34:41 2017 +0100
Committer: Keith Wall <ke...@gmail.com>
Committed: Mon Oct 9 21:34:41 2017 +0100

----------------------------------------------------------------------
 .../resources/stress-test-client-qpid-jms-client-0-x.properties    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/cf759cff/tools/src/main/resources/stress-test-client-qpid-jms-client-0-x.properties
----------------------------------------------------------------------
diff --git a/tools/src/main/resources/stress-test-client-qpid-jms-client-0-x.properties b/tools/src/main/resources/stress-test-client-qpid-jms-client-0-x.properties
index 4d10e53..ef27e2f 100644
--- a/tools/src/main/resources/stress-test-client-qpid-jms-client-0-x.properties
+++ b/tools/src/main/resources/stress-test-client-qpid-jms-client-0-x.properties
@@ -20,7 +20,7 @@
 java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory
 connectionfactory.qpidConnectionFactory = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672'
 connectionfactory.qpidConnectionfactoryLowPrefetch=amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672?maxprefetch='10''
-connectionfactory.qpidConnectionFactoryTls = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672'&ssl=true
+connectionfactory.qpidConnectionFactoryTls = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672'&ssl='true'
 
 queue.stressTestQueue = stressTestQueue
 queue.stressTestQueueA = stressTestQueueA


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org