summaryrefslogtreecommitdiff
path: root/qpid/java/test-provider.properties
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-16 12:29:53 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-16 12:29:53 +0000
commitdfe10b31f6bcdb207222b3546768d01140942701 (patch)
tree7fcb6a1e75815809f62a354e00a4cc92ba9925b9 /qpid/java/test-provider.properties
parentc5388095e3916eded558f45f46cc9a58459825fe (diff)
downloadqpid-python-dfe10b31f6bcdb207222b3546768d01140942701.tar.gz
QPID-1813/QPID-1817 : Removed the new properties from the test-provider as this will affect all tests. The NoLocalAfterRecoveryTest now updates a ConnectionURL based on the JNDI data and uses that to start a connection. NLART also provides a default location for the derbyDB store as the DMS class does not correctly attempt to put the store in QPID_WORK. This will be re-addressed when ServerConfiguration is again available from a VHC object. ConnectionTest was updated to remove the literal values for the BrokerDetail options.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-provider.properties')
-rw-r--r--qpid/java/test-provider.properties6
1 files changed, 2 insertions, 4 deletions
diff --git a/qpid/java/test-provider.properties b/qpid/java/test-provider.properties
index 352a26cbd1..bcbe4866f3 100644
--- a/qpid/java/test-provider.properties
+++ b/qpid/java/test-provider.properties
@@ -19,10 +19,8 @@
#
#
-# Allow the client to reconnect to the broker if the connection is lost, for up to 1second.
-# This will allow for persistent tests to bounce the broker.
-connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672?retries='5'&connectdelay='200''
-connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1?retries='5'&connectdelay='200''
+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'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20''