From 690ac2b87d7cfab7463039972943a0f8b9cb20a9 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 20 Mar 2007 17:23:47 +0000 Subject: Merged revisions 520415 via svnmerge from https://svn.apache.org/repos/asf/incubator/qpid/branches/M2 ........ r520415 | rgreig | 2007-03-20 14:59:07 +0000 (Tue, 20 Mar 2007) | 1 line Improvements made to interop tests. ........ git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@520487 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/resources/org/apache/qpid/interop/connection.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qpid/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties (limited to 'qpid/java/integrationtests/src/resources/org') diff --git a/qpid/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties b/qpid/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties new file mode 100644 index 0000000000..357b33bb8a --- /dev/null +++ b/qpid/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties @@ -0,0 +1,2 @@ +java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory +connectionfactory.broker = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672' -- cgit v1.2.1