diff options
| author | Robert Greig <rgreig@apache.org> | 2007-03-20 14:59:07 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-03-20 14:59:07 +0000 |
| commit | 2f8d596cbf43db6a77bfc1d87f38f0f95aebfaaf (patch) | |
| tree | 17660881805c5af4bc1cb785c728286ff31e0d47 /java/integrationtests/src/resources | |
| parent | b0ac19ea8eabe6dc06a23314c5de69e90eaa1e7b (diff) | |
| download | qpid-python-2f8d596cbf43db6a77bfc1d87f38f0f95aebfaaf.tar.gz | |
Improvements made to interop tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@520415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/integrationtests/src/resources')
| -rw-r--r-- | java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties b/java/integrationtests/src/resources/org/apache/qpid/interop/connection.properties new file mode 100644 index 0000000000..357b33bb8a --- /dev/null +++ b/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'
|
