From 00678d384d3d4caaa803b183e6d25e0d021c6017 Mon Sep 17 00:00:00 2001 From: Rupert Smith Date: Fri, 11 Jan 2008 16:03:05 +0000 Subject: QPID-733. More fail over tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2.1@611214 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/etc/jndi/failovertest.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 java/perftests/etc/jndi/failovertest.properties (limited to 'java/perftests/etc') diff --git a/java/perftests/etc/jndi/failovertest.properties b/java/perftests/etc/jndi/failovertest.properties new file mode 100644 index 0000000000..1f6f107443 --- /dev/null +++ b/java/perftests/etc/jndi/failovertest.properties @@ -0,0 +1,2 @@ +java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory +connectionfactory.local = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5001;tcp://localhost:5002' -- cgit v1.2.1